Skip to content

Commit

Permalink
Update kotlin monorepo to v2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 3c82260 commit aceb294
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ buildscript {
}
}
plugins {
kotlin("multiplatform") version("2.0.20") apply false
kotlin("android") version("2.0.20") apply false
kotlin("multiplatform") version("2.0.21") apply false
kotlin("android") version("2.0.21") apply false
id("com.android.application") version("7.4.2") apply false
id("com.android.library") version("7.4.2") apply false
id ("com.diffplug.spotless") version("6.18.0")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
`kotlin-dsl`
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
const val kotlin = "2.0.20"
const val kotlin = "2.0.21"
const val lifecycle = "2.6.1"
const val room = "2.6.1"
const val navigation = "2.5.3"
Expand Down

0 comments on commit aceb294

Please sign in to comment.