Skip to content

Commit

Permalink
Update Kotlin and KSP (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
juul-mobile-bot authored Dec 1, 2023
1 parent 640aed2 commit 1cdd4bc
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.1.4"
android-compile = "30"
android-min = "21"
jvm-toolchain = "11"
kotlin = "1.9.20"
kotlin = "1.9.21"

[libraries]
assertj = { module = "org.assertj:assertj-core", version = "3.24.2" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.15.2" }
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.20-1.0.14" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "1.9.21-1.0.15" }
ksp-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.5.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.11.1" }
tuulbox-logging = { module = "com.juul.tuulbox:logging", version = "6.5.0" }
Expand Down

0 comments on commit 1cdd4bc

Please sign in to comment.