diff --git a/web/samples/falling_balls_with_web/build.gradle.kts b/web/samples/falling_balls_with_web/build.gradle.kts index 62e17bd648..bc0b6d5d37 100644 --- a/web/samples/falling_balls_with_web/build.gradle.kts +++ b/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) } }