We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392c7c9 commit 359caf6Copy full SHA for 359caf6
examples/build.gradle.kts
@@ -20,7 +20,7 @@ buildscript {
20
}
21
dependencies {
22
classpath("com.android.tools.build:gradle:8.9.0")
23
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
+ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10")
24
25
26
gradle/libs.versions.toml
@@ -6,10 +6,10 @@ android-build = "8.9.0"
6
androidx-core = "1.12.0"
7
androidx-annotation = "1.9.1"
8
9
-kotlin = "2.1.0"
+kotlin = "2.1.10"
10
dokka = "2.0.0"
11
jgitver = "0.10.0-rc03"
12
-ksp = "2.1.0-1.0.29"
+ksp = "2.1.10-1.0.31"
13
autoService = "1.1.1"
14
autoServiceKsp = "1.2.0"
15
autoDsl = "2.4.0"
0 commit comments