Skip to content

Commit

Permalink
Update Kotlin and KSP to v1.9.22 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
juul-mobile-bot authored Jan 3, 2024
1 parent 9b9acd8 commit f915bc7
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.2.0"
android-compile = "30"
android-min = "21"
jvm-toolchain = "11"
kotlin = "1.9.21"
kotlin = "1.9.22"

[libraries]
assertj = { module = "org.assertj:assertj-core", version = "3.24.2" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.15.3" }
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.21-1.0.16" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "1.9.22-1.0.16" }
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 = "7.0.0" }
Expand Down

0 comments on commit f915bc7

Please sign in to comment.