Skip to content

Commit 359caf6

Browse files
chore(deps): update kotlin
1 parent 392c7c9 commit 359caf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121
dependencies {
2222
classpath("com.android.tools.build:gradle:8.9.0")
23-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
23+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.10")
2424

2525
}
2626
}

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ android-build = "8.9.0"
66
androidx-core = "1.12.0"
77
androidx-annotation = "1.9.1"
88

9-
kotlin = "2.1.0"
9+
kotlin = "2.1.10"
1010
dokka = "2.0.0"
1111
jgitver = "0.10.0-rc03"
12-
ksp = "2.1.0-1.0.29"
12+
ksp = "2.1.10-1.0.31"
1313
autoService = "1.1.1"
1414
autoServiceKsp = "1.2.0"
1515
autoDsl = "2.4.0"

0 commit comments

Comments
 (0)