diff options
author | Vadim Mishenev <vad-mishenev@yandex.ru> | 2023-11-01 18:46:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 18:46:55 +0200 |
commit | 2b0a63f3565f620f7212a822aee2575a46f44897 (patch) | |
tree | 3ed57f682e309657c71c98ebeddf00e3ce492c61 /gradle | |
parent | 7951aff0650b4c50b82a987ba4f23879f18c9436 (diff) | |
download | dokka-2b0a63f3565f620f7212a822aee2575a46f44897.tar.gz dokka-2b0a63f3565f620f7212a822aee2575a46f44897.tar.bz2 dokka-2b0a63f3565f620f7212a822aee2575a46f44897.zip |
Update Kotlin compiler and KGP to 1.9.20-RC2 (#3262)
* Update Kotlin compiler to 1.9.20-RC2
The current changes are related to https://github.com/JetBrains/kotlin/commit/d797505f06d640b666829bbfb4b7d7c67f812026
* Update KGP to 1.9.20-RC2
* Replace common stdlib in unit tests
* Update Kotlin version in integration tests
* Fix `Multiplatform0GradleIntegrationTest`
* Turn WasmGradleIntegrationTest off for Kotlin 1.9.20-RC2
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e3f190fb..034c09cb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -gradlePlugin-kotlin = "1.9.10" +gradlePlugin-kotlin = "1.9.20-RC2" # See: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin gradlePlugin-android = "4.2.2" gradlePlugin-dokka = "1.9.10" @@ -10,7 +10,7 @@ kotlinx-collections-immutable = "0.3.6" kotlinx-bcv = "0.13.2" ## Analysis -kotlin-compiler = "1.9.10" +kotlin-compiler = "1.9.20-RC2" kotlin-compiler-k2 = "2.0.0-dev-5387" # MUST match the version of the intellij platform used in the kotlin compiler, |