Skip to content

Commit ae74d2b

Browse files
fix(deps): update kotlin
1 parent 01b7b69 commit ae74d2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
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.24"
9+
kotlinCoroutines = "1.8.1"
10+
kotlinDate = "0.6.0"
11+
ksp = "1.9.24-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.8.2"
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.14"
2525
composeUITooling = "1.6.7"
2626
composeCoil = "2.6.0"
2727
composeNavigation = "2.7.7"

0 commit comments

Comments
 (0)