Skip to content

Commit

Permalink
Update Kotlin, KSP and Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
juul-mobile-bot committed Nov 3, 2023
1 parent 4c081b4 commit 9805981
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.2"
android-compile = "30"
android-min = "21"
jvm-toolchain = "11"
kotlin = "1.9.10"
kotlin = "1.9.20"

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

0 comments on commit 9805981

Please sign in to comment.