Skip to content

Commit

Permalink
Update Kotlin and KSP
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent ca9f7ee commit 6741b7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ java-toolchain = "22"

fgp = "0.19.1"

kotlin = "2.0.21"
kotlin = "2.1.0"
coroutines = "1.9.0"
android-gradle = "8.7.2"
ksp="2.0.21-1.0.28"
ksp="2.1.0-1.0.29"
paparazzi = "1.3.5"
licensee = "1.12.0"
crashlytics-gradle = "3.0.2"
Expand Down Expand Up @@ -40,8 +40,8 @@ kotlin-gradle-serialization = { module = "org.jetbrains.kotlin:kotlin-serializat
android-gradle = { module = "com.android.tools.build:gradle-api", version.ref = "android-gradle" }
ksp-gradle = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
poko-gradle = { module = "dev.drewhamilton.poko:poko-gradle-plugin", version = "0.17.2" }
kopy-gradle = { module = "com.javiersc.kotlin:kopy-gradle-plugin", version = "0.12.0+2.0.21" }
skie-gradle = { module = "co.touchlab.skie:gradle-plugin", version = "0.9.3" }
kopy-gradle = { module = "com.javiersc.kotlin:kopy-gradle-plugin", version = "0.13.1+2.1.0" }
skie-gradle = { module = "co.touchlab.skie:gradle-plugin", version = "0.9.5" }
paparazzi-gradle = { module = "app.cash.paparazzi:paparazzi-gradle-plugin", version.ref = "paparazzi" }

licensee = { module = "app.cash.licensee:licensee-gradle-plugin", version.ref = "licensee" }
Expand Down

0 comments on commit 6741b7b

Please sign in to comment.