Skip to content

Commit

Permalink
Update Kotlin, KSP and Compose to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent ff77742 commit 4f870df
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 @@ -15,7 +15,7 @@ dagger = "2.52"
hamcrest = "2.2"
jsonUnit = "3.4.1"
jvm = "17"
kotlin = "1.9.25"
kotlin = "2.0.20"
kotlinCoroutines = "1.8.1"
ktlint = "1.3.1"
ktlintGradle = "12.1.1"
Expand Down Expand Up @@ -140,5 +140,5 @@ okhttp3-mockwebserver = ["okhttp3-mockwebserver", "okhttp3-tls"]
[plugins]
dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "dagger" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version = "1.9.25-1.0.20" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.20-1.0.25" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlintGradle" }

0 comments on commit 4f870df

Please sign in to comment.