aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorVadim Mishenev <vad-mishenev@yandex.ru>2023-11-06 14:31:22 +0200
committerGitHub <noreply@github.com>2023-11-06 14:31:22 +0200
commit84e48b516500433332e9279237cd139f7836ca94 (patch)
tree8aa04ea7392bd73331dc3582ffafddb37ebffb31 /gradle
parent2b0a63f3565f620f7212a822aee2575a46f44897 (diff)
downloaddokka-84e48b516500433332e9279237cd139f7836ca94.tar.gz
dokka-84e48b516500433332e9279237cd139f7836ca94.tar.bz2
dokka-84e48b516500433332e9279237cd139f7836ca94.zip
Update Kotlin to 1.9.20 (#3319)
* Update compiler and KGP to 1.9.20 * Update integration tests
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 034c09cb..ac9c0440 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]
-gradlePlugin-kotlin = "1.9.20-RC2"
+gradlePlugin-kotlin = "1.9.20"
# 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.20-RC2"
+kotlin-compiler = "1.9.20"
kotlin-compiler-k2 = "2.0.0-dev-5387"
# MUST match the version of the intellij platform used in the kotlin compiler,