We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0a39a commit acd3a57Copy full SHA for acd3a57
2 files changed
examples/build.gradle.kts
@@ -20,7 +20,7 @@ buildscript {
20
}
21
dependencies {
22
classpath("com.android.tools.build:gradle:9.1.1")
23
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.20")
+ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21")
24
classpath("com.google.devtools.ksp:symbol-processing-gradle-plugin:2.3.7")
25
26
gradle/libs.versions.toml
@@ -6,7 +6,7 @@ android-build = "9.1.1"
6
androidx-core = "1.18.0"
7
androidx-annotation = "1.9.1"
8
9
-kotlin = "2.3.20"
+kotlin = "2.3.21"
10
dokka = "2.2.0"
11
jgitver = "0.10.0-rc03"
12
ksp = "2.3.7"
0 commit comments