Skip to content

Commit a816a50

Browse files
Update Kotlin, KSP and Compose Compiler
| datasource | package | from | to | | ---------- | ----------------------------------------- | ------ | ------ | | maven | androidx.compose.compiler:compiler | 1.5.11 | 1.5.15 | | maven | org.jetbrains.kotlin:kotlin-serialization | 2.0.0 | 2.1.21 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.0.0 | 2.1.21 |
1 parent 483a514 commit a816a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import org.gradle.plugin.use.PluginDependencySpec
1010
object versions {
1111
const val spotless = "6.23.3"
1212
const val ktlint = "1.0.0"
13-
const val kotlin = "2.0.0"
13+
const val kotlin = "2.1.21"
1414
const val agp = "8.4.1"
1515
const val gradleVersions = "0.50.0"
1616
const val googleKsp = "2.0.0-1.0.22"
@@ -86,7 +86,7 @@ object deps {
8686
}
8787

8888
object compose {
89-
const val androidxComposeCompilerVersion = "1.5.11"
89+
const val androidxComposeCompilerVersion = "1.5.15"
9090
const val bom = "androidx.compose:compose-bom:2024.03.00"
9191

9292
const val foundation = "androidx.compose.foundation:foundation"

0 commit comments

Comments
 (0)