aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorVadim Mishenev <vad-mishenev@yandex.ru>2023-09-04 16:49:30 +0300
committerGitHub <noreply@github.com>2023-09-04 16:49:30 +0300
commit8065a0d974420898fe6142fa792d6dab50f8b1d5 (patch)
tree472d3b166f8beac5525ebdc0c4afcb8c1f307785 /gradle
parent61619d5b794616678934d4de89fb08857c293225 (diff)
downloaddokka-8065a0d974420898fe6142fa792d6dab50f8b1d5.tar.gz
dokka-8065a0d974420898fe6142fa792d6dab50f8b1d5.tar.bz2
dokka-8065a0d974420898fe6142fa792d6dab50f8b1d5.zip
Update Kotlin to 1.9.10 (#3158)
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 7b650cf5..05a1faf2 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,6 +1,6 @@
[versions]
-gradlePlugin-kotlin = "1.9.0"
+gradlePlugin-kotlin = "1.9.10"
# See: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin
gradlePlugin-android = "4.2.2"
gradlePlugin-dokka = "1.9.0"
@@ -10,7 +10,7 @@ kotlinx-collections-immutable = "0.3.4"
kotlinx-bcv = "0.12.1"
## Analysis
-kotlin-compiler = "1.9.0"
+kotlin-compiler = "1.9.10"
kotlin-compiler-k2 = "1.9.0-release-358"
# MUST match the version of the intellij platform used in the kotlin compiler,