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.
2 parents 64ee87e + e4b26e1 commit 473a3fbCopy full SHA for 473a3fb
composeApp/build.gradle.kts
@@ -71,7 +71,7 @@ kotlin {
71
72
androidMain.dependencies {
73
// workaround for https://github.com/JetBrains/compose-multiplatform/issues/4157
74
- implementation("androidx.compose.material3:material3:1.2.0-rc01")
+ implementation("androidx.compose.material3:material3:1.2.0")
75
implementation(libs.compose.ui.tooling.preview)
76
implementation(libs.androidx.activity.compose)
77
0 commit comments