Skip to content

Commit 3527361

Browse files
fix(deps): update kotlin (#201)
Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com>
1 parent 21d65d5 commit 3527361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ javaTargetCompatibility = "17"
55
javaSourceCompatibility = "11"
66

77
agp = "8.3.1"
8-
kotlin = "1.9.22"
8+
kotlin = "1.9.23"
99
kotlinCoroutines = "1.8.0"
1010
kotlinDate = "0.5.0"
11-
ksp = "1.9.22-1.0.18"
11+
ksp = "1.9.23-1.0.20"
1212

1313
appCompat = "1.6.1"
1414
lifecycleViewModel = "2.7.0"
@@ -21,7 +21,7 @@ mokoGraphics = "0.9.0"
2121

2222
compose = "1.6.4"
2323
composeActivity = "1.8.2"
24-
composeCompiler = "1.5.10"
24+
composeCompiler = "1.5.11"
2525
composeUITooling = "1.6.4"
2626
composeCoil = "2.6.0"
2727
composeNavigation = "2.7.7"

0 commit comments

Comments
 (0)