Skip to content

Commit 1433e08

Browse files
fix(deps): update kotlin
1 parent 870c25a commit 1433e08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ javaTargetCompatibility = "17"
55
javaSourceCompatibility = "11"
66

77
agp = "8.4.1"
8-
kotlin = "1.9.23"
9-
kotlinCoroutines = "1.8.0"
10-
kotlinDate = "0.5.0"
11-
ksp = "1.9.23-1.0.20"
8+
kotlin = "1.9.25"
9+
kotlinCoroutines = "1.10.1"
10+
kotlinDate = "0.6.2"
11+
ksp = "1.9.25-1.0.20"
1212

1313
appCompat = "1.7.0"
1414
lifecycleViewModel = "2.8.1"
1515
sqldelight = "1.5.5"
1616
detekt = "1.23.6"
17-
kover = "0.7.6"
17+
kover = "0.9.1"
1818
mockmp = "1.17.0"
1919
mokoResources = "0.23.0"
2020
mokoGraphics = "0.9.0"
2121

2222
compose = "1.6.7"
2323
composeActivity = "1.9.0"
24-
composeCompiler = "1.5.12"
24+
composeCompiler = "1.5.15"
2525
composeUITooling = "1.6.7"
2626
composeCoil = "2.6.0"
2727
composeNavigation = "2.7.7"

0 commit comments

Comments
 (0)