Skip to content

Commit

Permalink
Fix missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 28, 2023
1 parent a0b5ab9 commit dec7756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circuit-overlay/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ kotlin {
dependencies {
api(libs.compose.runtime)
api(libs.compose.foundation)
implementation(libs.coroutines)
}
}
maybeCreate("commonTest").apply {
Expand Down

0 comments on commit dec7756

Please sign in to comment.