Skip to content

Commit 2447b07

Browse files
committed
[resources] Restore dependency on the foundation
1 parent a200218 commit 2447b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/resources/library/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kotlin {
6868
val commonMain by getting {
6969
dependencies {
7070
implementation(compose.runtime)
71-
implementation(compose.ui)
71+
implementation(compose.foundation)
7272
implementation(libs.kotlinx.coroutines.core)
7373
}
7474
}

0 commit comments

Comments
 (0)