diff --git a/web/settings.gradle.kts b/web/settings.gradle.kts index 1ca92dd38e..30b4251ce3 100644 --- a/web/settings.gradle.kts +++ b/web/settings.gradle.kts @@ -44,8 +44,8 @@ module(":compose-compiler-integration", "compose-compiler-integration") if (extra["compose.web.buildSamples"]!!.toString().toBoolean() == true) { println("building with examples") - //module(":examples:falling-balls-web", "../examples/falling-balls-web") - module(":examples:compose-web-lp", "../examples/web_landing") + 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") module(":examples:web-getting-started", "../examples/web-getting-started")