Skip to content

Commit 66b66c5

Browse files
authored
Merge pull request #246 from joreilly/cmp_1_7
Compose Multiplatform 1.7.0
2 parents b843d14 + 9ce0f75 commit 66b66c5

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
@@ -1,21 +1,21 @@
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

55
coroutines = "1.9.0"
66
kotlinxSerialization = "1.7.3"
77

88

9-
androidGradlePlugin = "8.7.0"
9+
androidGradlePlugin = "8.7.1"
1010
circuit = "0.24.0"
1111
kotlininject = "0.7.2"
1212
ktor = "3.0.0"
1313
slf4j = "2.0.16"
1414
kmpNativeCoroutines = "1.0.0-ALPHA-35"
1515
kmpObservableViewModel = "1.0.0-BETA-6"
1616

17-
compose-multiplatform = "1.7.0-rc01"
18-
composeAdaptiveLayout = "1.0.0-rc01"
17+
compose-multiplatform = "1.7.0"
18+
composeAdaptiveLayout = "1.0.0"
1919
androidxActivity = "1.9.2"
2020
androidxRoom = "2.7.0-alpha09"
2121
sqlite = "2.5.0-alpha09"

0 commit comments

Comments
 (0)