Browse Source

Fix for dependency in samples/falling_balls_with_web

pull/966/head
Shagen Ogandzhanian 3 years ago
parent
commit
89f9117b6f
  1. 2
      web/samples/falling_balls_with_web/build.gradle.kts

2
web/samples/falling_balls_with_web/build.gradle.kts

@ -24,7 +24,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(kotlin("stdlib-common"))
implementation(compose.web.widgets)
implementation(project(":web-widgets"))
implementation(compose.runtime)
}
}

Loading…
Cancel
Save