Skip to content

Commit

Permalink
Update kotlin to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 7daf088 commit c7cf348
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
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.10"
kotlin = "2.0.21"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
compose-compiler = "1.5.3"
room = "2.6.1"
Expand All @@ -9,7 +9,7 @@ lifecycle = "2.6.2"
hilt = "2.51.1"

[plugins]
ksp = "com.google.devtools.ksp:1.9.10-1.0.13"
ksp = "com.google.devtools.ksp:2.0.20-1.0.25"
gradle-doctor = "com.osacky.doctor:0.10.0"
gradle-buildtimetracker = "com.asarkar.gradle.build-time-tracker:4.3.0"
gradle-cachefix = "org.gradle.android.cache-fix:2.8.1"
Expand Down

0 comments on commit c7cf348

Please sign in to comment.