From 40b808eaa519dad0fe1015bb686103598524559f Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Tue, 17 Aug 2021 17:51:35 +0200 Subject: [PATCH] Temporary commented out one of modules --- 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 ca625da606..1ca92dd38e 100644 --- a/web/settings.gradle.kts +++ b/web/settings.gradle.kts @@ -44,7 +44,7 @@ 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: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")