Skip to content

Commit 8394bca

Browse files
authored
Merge pull request #400 from joreilly/cmp_1_7
Compose Multiplatform 1.7.0
2 parents 2e03a23 + 1f82a68 commit 8394bca

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
@@ -1,12 +1,12 @@
11
[versions]
2-
kotlin = "2.0.20"
3-
ksp = "2.0.20-1.0.25"
2+
kotlin = "2.0.21"
3+
ksp = "2.0.21-1.0.25"
44

5-
compose-multiplatform = "1.7.0-rc01"
5+
compose-multiplatform = "1.7.0"
66
composeUiTooling = "1.4.0"
77
coroutines = "1.9.0"
88
kotlinxSerialization = "1.7.3"
9-
androidGradlePlugin = "8.7.0"
9+
androidGradlePlugin = "8.7.1"
1010
koin = "4.0.0"
1111
koinCompose = "4.0.0"
1212
koinComposeMultiplatform = "4.0.0"
@@ -24,7 +24,7 @@ androidxNavigationCompose = "2.8.2"
2424
uiToolingPreview = "1.7.3"
2525
wearCompose = "1.4.0"
2626
androidxLifecycle = "2.8.6"
27-
androidxLifecycleKMP = "2.8.2"
27+
androidxLifecycleKMP = "2.8.3"
2828

2929
coilCompose = "2.7.0"
3030
coilCompose3 = "3.0.0-alpha10"
@@ -37,7 +37,7 @@ kermit = "2.0.4"
3737

3838
gradleVersionsPlugin = "0.51.0"
3939
shadowPlugin = "7.1.2"
40-
skie = "0.9.2"
40+
skie = "0.9.3"
4141

4242
minSdk = "24"
4343
compileSdk = "35"

0 commit comments

Comments
 (0)