From 7c4ce006fe9c821565f509ccee6a5328446c9e57 Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Tue, 17 Aug 2021 14:49:00 +0200 Subject: [PATCH] Correct path to the falling balls example It was renamed and previos commit will prevent situations when we miss such things --- web/settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/settings.gradle.kts b/web/settings.gradle.kts index 7519819a85..07b9363c2e 100644 --- a/web/settings.gradle.kts +++ b/web/settings.gradle.kts @@ -43,7 +43,7 @@ module(":compose-compiler-integration", "$rootDir/compose-compiler-integration") if (extra["compose.web.buildSamples"]!!.toString().toBoolean() == true) { println("building with examples") - module(":examples:falling_balls_with_web", "../examples/falling_balls_with_web") + module(":examples:falling-balls-web", "../examples/falling-balls-web") module(":examples:compose-web-lp", "../examples/web_landing") module(":examples:web-compose-bird", "../examples/web-compose-bird") module(":examples:web-with-react", "../examples/web-with-react")