Skip to content

Commit 79034b4

Browse files
Update Kotlin (#2054)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24fe073 commit 79034b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ bytebuddy = "1.17.7"
55
compose = "1.9.0"
66
coroutines = "1.10.2"
77
javaTarget = "17"
8-
kotlin = "2.2.0"
9-
ksp = "2.2.0-2.0.2"
8+
kotlin = "2.2.10"
9+
ksp = "2.2.10-2.0.2"
1010
layoutlib = "15.2.3"
1111
moshi = "1.15.2"
1212

@@ -81,5 +81,5 @@ plugin-kotlin-compose = { module = "org.jetbrains.kotlin:compose-compiler-gradle
8181
plugin-kotlinApiDump = { module = "org.jetbrains.kotlinx:binary-compatibility-validator", version = '0.18.1' }
8282
plugin-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
8383
plugin-mavenPublish = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.34.0" }
84-
plugin-poko = { module = "dev.drewhamilton.poko:poko-gradle-plugin", version = "0.19.2" }
84+
plugin-poko = { module = "dev.drewhamilton.poko:poko-gradle-plugin", version = "0.19.3" }
8585
plugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.2.1" }

0 commit comments

Comments
 (0)