Skip to content

Commit

Permalink
Update Kotlin, KSP and Compose Compiler
Browse files Browse the repository at this point in the history
| 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.0.20 |
| maven      | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.0.0  | 2.0.20 |
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 483a514 commit feb719d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.gradle.plugin.use.PluginDependencySpec
object versions {
const val spotless = "6.23.3"
const val ktlint = "1.0.0"
const val kotlin = "2.0.0"
const val kotlin = "2.0.20"
const val agp = "8.4.1"
const val gradleVersions = "0.50.0"
const val googleKsp = "2.0.0-1.0.22"
Expand Down Expand Up @@ -86,7 +86,7 @@ object deps {
}

object compose {
const val androidxComposeCompilerVersion = "1.5.11"
const val androidxComposeCompilerVersion = "1.5.15"
const val bom = "androidx.compose:compose-bom:2024.03.00"

const val foundation = "androidx.compose.foundation:foundation"
Expand Down

0 comments on commit feb719d

Please sign in to comment.