Skip to content

Commit 228d4b4

Browse files
fix(deps): update kotlin monorepo to v2.1.21
1 parent 36b6552 commit 228d4b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ buildscript {
2020
}
2121
}
2222
plugins {
23-
kotlin("multiplatform") version("2.0.21") apply false
24-
kotlin("android") version("2.0.21") apply false
23+
kotlin("multiplatform") version("2.1.21") apply false
24+
kotlin("android") version("2.1.21") apply false
2525
id("com.android.application") version("7.4.2") apply false
2626
id("com.android.library") version("7.4.2") apply false
2727
id("org.jetbrains.kotlin.kapt") version(Versions.kotlin)

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
`kotlin-dsl`
3-
kotlin("jvm") version "2.0.21"
3+
kotlin("jvm") version "2.1.21"
44
}
55

66
repositories {

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Versions {
2-
const val kotlin = "2.0.21"
2+
const val kotlin = "2.1.21"
33
const val lifecycle = "2.6.1"
44
const val room = "2.7.1"
55
const val navigation = "2.5.3"

0 commit comments

Comments
 (0)