Skip to content

Commit 0d4daea

Browse files
Update kotlin monorepo to v2.3.10
1 parent 1616943 commit 0d4daea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ plugins {
77
id("com.google.devtools.ksp") version "2.2.20-2.0.3" apply false
88

99
id("com.google.dagger.hilt.android") version "2.57.2" apply false
10-
id("org.jetbrains.kotlin.plugin.serialization") version "2.2.20" apply false
10+
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.10" apply false
1111
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ datastorePreferences = "1.1.7"
99
glanceAppwidget = "1.1.1"
1010
hiltAndroid = "2.57.2"
1111
hiltNavigationCompose = "1.3.0"
12-
kotlin = "2.2.20"
12+
kotlin = "2.3.10"
1313
coreKtx = "1.17.0"
1414
junit = "4.13.2"
1515
junitVersion = "1.3.0"

0 commit comments

Comments
 (0)