Skip to content

Commit

Permalink
Add explicit dependencies on compose.ui and compose.foundation in exa…
Browse files Browse the repository at this point in the history
…mples/chat/jsApp
  • Loading branch information
eymar committed Sep 6, 2023
1 parent 178d2fb commit db4421d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/chat/jsApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ kotlin {
val jsMain by getting {
dependencies {
implementation(project(":shared"))
implementation(compose.ui)
implementation(compose.foundation)
}
}
}
Expand Down

0 comments on commit db4421d

Please sign in to comment.