Skip to content

Commit

Permalink
Update Kotlin and KSP (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
juul-mobile-bot authored Aug 9, 2024
1 parent c3f8a7a commit 3b0a311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ agp = "8.5.1"
android-compile = "30"
android-min = "21"
jvm-toolchain = "11"
kotlin = "2.0.0"
kotlin = "2.0.10"

[libraries]
assertj = { module = "org.assertj:assertj-core", version = "3.26.3" }
khronicle = { module = "com.juul.khronicle:khronicle-core", version = "0.3.0" }
kotlin-parcelize-runtime = { module = "org.jetbrains.kotlin:kotlin-parcelize-runtime", version.ref = "kotlin" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.18.1" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.0.0-1.0.24" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.0.10-1.0.24" }
ksp-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.6.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.13" }

Expand Down

0 comments on commit 3b0a311

Please sign in to comment.