We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd118ad commit fca03c6Copy full SHA for fca03c6
composeApp/build.gradle.kts
@@ -41,7 +41,7 @@ kotlin {
41
implementation(libs.coil.kt.ktor)
42
implementation(compose.ui)
43
implementation(compose.components.resources)
44
- implementation(compose.components.uiToolingPreview)
+ implementation(compose.preview)
45
implementation(libs.androidx.lifecycle.viewmodelCompose)
46
implementation(libs.androidx.lifecycle.runtimeCompose)
47
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
androidx-lifecycle = "2.9.5"
3
coil3 = "3.3.0"
4
-composeMultiplatform = "1.10.0-beta01"
+composeMultiplatform = "1.10.0-alpha03"
5
haze = "1.6.10"
6
kotlin = "2.2.21"
7
ksp = "2.3.1"
0 commit comments