Browse Source

[resources] Restore dependency on the foundation

pull/4652/head
Konstantin Tskhovrebov 2 weeks ago
parent
commit
2447b07f99
  1. 2
      components/resources/library/build.gradle.kts

2
components/resources/library/build.gradle.kts

@ -68,7 +68,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
implementation(compose.ui)
implementation(compose.foundation)
implementation(libs.kotlinx.coroutines.core)
}
}

Loading…
Cancel
Save