Skip to content

Commit

Permalink
Kotlin 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosNickDoglio committed Dec 1, 2024
1 parent 82a0185 commit a7263e9
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,7 +3,7 @@ min-sdk = "26"
target-sdk = "35"
compile-sdk = "35"
agp = "8.7.2"
kotlin = "2.0.21"
kotlin = "2.1.0"
detekt = "1.23.7"
cacheFix = "3.0.1"
coroutines = "1.9.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.28" }
ksp = { id = "com.google.devtools.ksp", version = "2.1.0-1.0.29" }
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
Expand Down

0 comments on commit a7263e9

Please sign in to comment.