Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 847bd6e

Browse files
[deps]: Update kotlin
1 parent 578efd3 commit 847bd6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ androidxActivity = "1.8.2"
1212
androidXBiometrics = "1.2.0-alpha05"
1313
androidxBrowser = "1.8.0"
1414
androidxCamera = "1.3.2"
15-
androidxComposeBom = "2024.04.01"
15+
androidxComposeBom = "2024.05.00"
1616
androidxComposeUiTest = "1.6.6"
1717
androidxCore = "1.12.0"
1818
androidxHiltNavigationCompose = "1.2.0"
@@ -38,13 +38,13 @@ jvmTarget = "17"
3838
# kotlin and kotlinCompileExtensions **must** use compatible versions. Do not update either without
3939
# first checking the Compose to Kotlin Compatibility Map.
4040
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
41-
kotlin = "1.9.23"
42-
kotlinCompilerExtensionVersion = "1.5.12"
41+
kotlin = "1.9.24"
42+
kotlinCompilerExtensionVersion = "1.5.13"
4343
kotlinxCollectionsImmutable = "0.3.7"
44-
kotlinxCoroutines = "1.8.0"
44+
kotlinxCoroutines = "1.8.1"
4545
kotlinxSerialization = "1.6.3"
4646
kotlinxKover = "0.7.6"
47-
ksp = "1.9.23-1.0.20"
47+
ksp = "1.9.24-1.0.20"
4848
mockk = "1.13.10"
4949
okhttp = "4.12.0"
5050
retrofit = "2.11.0"

0 commit comments

Comments
 (0)