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 Nov 2, 2024
1 parent 1537a98 commit 15ef07f
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,6 +1,6 @@
[versions]
androidGradlePlugin = "8.7.2"
kotlin = "1.9.25"
kotlin = "2.0.21"

androidxLifecycle = "2.8.7"
androidxNavigation = "2.8.3"
Expand Down Expand Up @@ -54,5 +54,5 @@ robolectric = "org.robolectric:robolectric:4.13"
androidGradlePlugin = { id = "com.android.application", version.ref = "androidGradlePlugin" }
baselineProfilePlugin = { id = "androidx.baselineprofile", version.ref = "baselineProfile" }
kotlinPlugin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kspPlugin = { id = "com.google.devtools.ksp", version = "1.9.25-1.0.20" }
kspPlugin = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.26" }
hiltPlugin = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }

0 comments on commit 15ef07f

Please sign in to comment.