We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483a514 commit a816a50Copy full SHA for a816a50
buildSrc/src/main/kotlin/deps.kt
@@ -10,7 +10,7 @@ import org.gradle.plugin.use.PluginDependencySpec
10
object versions {
11
const val spotless = "6.23.3"
12
const val ktlint = "1.0.0"
13
- const val kotlin = "2.0.0"
+ const val kotlin = "2.1.21"
14
const val agp = "8.4.1"
15
const val gradleVersions = "0.50.0"
16
const val googleKsp = "2.0.0-1.0.22"
@@ -86,7 +86,7 @@ object deps {
86
}
87
88
object compose {
89
- const val androidxComposeCompilerVersion = "1.5.11"
+ const val androidxComposeCompilerVersion = "1.5.15"
90
const val bom = "androidx.compose:compose-bom:2024.03.00"
91
92
const val foundation = "androidx.compose.foundation:foundation"
0 commit comments