Открыть боковую панель
Aurora OS
Kotlin Multiplatform
Libraries
ktor
Коммиты
48138bbd
Коммит
48138bbd
создал
Фев 08, 2023
по автору
Leonid Stashevsky
Зафиксировано автором
Leonid Stashevsky
Мар 25, 2023
Просмотр файлов
KTOR-5544 Update Kotlin to 1.8.10
владелец
ea22a73d
Изменения
4
Скрыть пробелы
Построчно
Рядом
README.md
Просмотр файла @
48138bbd
...
...
@@ -9,7 +9,7 @@
[

](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[

](https://mvnrepository.com/artifact/io.ktor)
[

](http://kotlinlang.org)
[

](http://kotlinlang.org)
[

](https://kotlinlang.slack.com/messages/ktor/)
[

](http://www.apache.org/licenses/LICENSE-2.0)
[

](https://gitpod.io/#https://github.com/ktorio/ktor)
...
...
build.gradle.kts
Просмотр файла @
48138bbd
...
...
@@ -24,7 +24,7 @@ buildscript {
val
kotlin_version
:
String
?
by
extra
if
(
kotlin_version
==
null
)
{
throw
IllegalArgumentException
(
"'kotlin_snapshot_version' should be defined when building with snapshot compiler"
"'kotlin_snapshot_version' should be defined when building with snapshot compiler"
,
)
}
repositories
{
...
...
@@ -76,7 +76,7 @@ apply(from = "gradle/verifier.gradle")
extra
[
"skipPublish"
]
=
mutableListOf
<
String
>()
extra
[
"nonDefaultProjectStructure"
]
=
mutableListOf
(
"ktor-bom"
,
"ktor-java-modules-test"
"ktor-java-modules-test"
,
)
val
disabledExplicitApiModeProjects
=
listOf
(
...
...
@@ -93,7 +93,7 @@ apply(from = "gradle/compatibility.gradle")
plugins
{
id
(
"org.jetbrains.dokka"
)
version
"1.7.20"
apply
false
id
(
"org.jetbrains.kotlinx.binary-compatibility-validator"
)
version
"0.12.1"
id
(
"kotlinx-atomicfu"
)
version
"0.1
8.5
"
apply
false
id
(
"kotlinx-atomicfu"
)
version
"0.1
9.0
"
apply
false
id
(
"com.osacky.doctor"
)
version
"0.8.1"
}
...
...
@@ -159,10 +159,9 @@ fun configureDokka() {
val
dokkaOutputDir
=
"../versions"
tasks
.
withType
<
DokkaMultiModuleTask
>
{
val
mapOf
=
mapOf
(
"org.jetbrains.dokka.versioning.VersioningPlugin"
to
"""{ "version": "$configuredVersion", "olderVersionsDir":"$dokkaOutputDir" }"""
)
val
id
=
"org.jetbrains.dokka.versioning.VersioningPlugin"
val
config
=
"""{ "version": "$configuredVersion", "olderVersionsDir":"$dokkaOutputDir" }"""
val
mapOf
=
mapOf
(
id
to
config
)
outputDirectory
.
set
(
file
(
projectDir
.
toPath
().
resolve
(
dokkaOutputDir
).
resolve
(
configuredVersion
)))
pluginsMapConfiguration
.
set
(
mapOf
)
...
...
buildSrc/build.gradle.kts
Просмотр файла @
48138bbd
...
...
@@ -22,8 +22,8 @@ sourceSets.main {
}
dependencies
{
implementation
(
kotlin
(
"gradle-plugin"
,
"1.
7.2
0"
))
implementation
(
kotlin
(
"serialization"
,
"1.
7.2
0"
))
implementation
(
kotlin
(
"gradle-plugin"
,
"1.
8.1
0"
))
implementation
(
kotlin
(
"serialization"
,
"1.
8.1
0"
))
val
ktlint_version
=
libs
.
versions
.
ktlint
.
version
.
get
()
implementation
(
"org.jmailen.gradle:kotlinter-gradle:$ktlint_version"
)
...
...
gradle.properties
Просмотр файла @
48138bbd
...
...
@@ -11,10 +11,6 @@ kotlin.code.style=official
# config
version
=
2.3.0-SNAPSHOT
kotlin.incremental.js
=
true
kotlin.incremental.multiplatform
=
true
kotlin.native.ignoreIncorrectDependencies
=
true
kotlin.native.binary.memoryModel
=
experimental
# gradle
org.gradle.daemon
=
true
...
...
@@ -29,10 +25,19 @@ kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlin.js.compiler
=
both
kotlin.mpp.enableCInteropCommonization
=
true
kotlin.internal.mpp.hierarchicalStructureByDefault
=
true
kotlin.incremental.js
=
true
kotlin.incremental.multiplatform
=
true
kotlin.native.ignoreIncorrectDependencies
=
true
kotlin.native.binary.memoryModel
=
experimental
kotlinx.atomicfu.enableJvmIrTransformation
=
true
kotlinx.atomicfu.enableJsIrTransformation
=
true
kotlin_version
=
1.
7.2
0
kotlin_version
=
1.
8.1
0
coroutines_version
=
1.6.4
atomicfu_version
=
0.18.
5
atomicfu_version
=
0.18.
0
slf4j_version
=
1.7.36
junit_version
=
4.13.2
logback_version
=
1.2.11
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать