Skip to content

Commit

Permalink
[resources] Restore dependency on the foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Apr 19, 2024
1 parent a200218 commit 2447b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/resources/library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(compose.runtime)
implementation(compose.ui)
implementation(compose.foundation)
implementation(libs.kotlinx.coroutines.core)
}
}
Expand Down

0 comments on commit 2447b07

Please sign in to comment.