We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a200218 commit 2447b07Copy full SHA for 2447b07
components/resources/library/build.gradle.kts
@@ -68,7 +68,7 @@ kotlin {
68
val commonMain by getting {
69
dependencies {
70
implementation(compose.runtime)
71
- implementation(compose.ui)
+ implementation(compose.foundation)
72
implementation(libs.kotlinx.coroutines.core)
73
}
74
0 commit comments