Skip to content

Commit

Permalink
Update Kotlin and KSP to v2 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
juul-mobile-bot authored May 24, 2024
1 parent 2e48fe8 commit 0d67cb9
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,13 +3,13 @@ agp = "8.4.1"
android-compile = "30"
android-min = "21"
jvm-toolchain = "11"
kotlin = "1.9.24"
kotlin = "2.0.0"

[libraries]
assertj = { module = "org.assertj:assertj-core", version = "3.25.3" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.16.0" }
kotlin-parcelize-runtime = { module = "org.jetbrains.kotlin:kotlin-parcelize-runtime", version.ref = "kotlin" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "1.9.24-1.0.20" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.0.0-1.0.21" }
ksp-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.5.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.12.1" }
tuulbox-logging = { module = "com.juul.tuulbox:logging", version = "7.2.0" }
Expand Down

0 comments on commit 0d67cb9

Please sign in to comment.