Skip to content

Commit 699e3f6

Browse files
Update Kotlin
1 parent 3c8034b commit 699e3f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ bytebuddy = "1.17.2"
55
compose = "1.7.8"
66
coroutines = "1.10.1"
77
javaTarget = "17"
8-
kotlin = "2.0.21"
9-
ksp = "2.0.21-1.0.28"
8+
kotlin = "2.1.10"
9+
ksp = "2.1.10-1.0.31"
1010
layoutlib = "15.1.4"
1111
moshi = "1.15.2"
1212

@@ -80,5 +80,5 @@ plugin-kotlin-compose = { module = "org.jetbrains.kotlin:compose-compiler-gradle
8080
plugin-kotlinApiDump = { module = "org.jetbrains.kotlinx:binary-compatibility-validator", version = '0.17.0' }
8181
plugin-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
8282
plugin-mavenPublish = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.30.0" }
83-
plugin-poko = { module = "dev.drewhamilton.poko:poko-gradle-plugin", version = "0.18.0" }
83+
plugin-poko = { module = "dev.drewhamilton.poko:poko-gradle-plugin", version = "0.18.2" }
8484
plugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.0.2" }

0 commit comments

Comments
 (0)