From 8d2df5792d94ce9880abf03e0d1ee50df9cc2a04 Mon Sep 17 00:00:00 2001 From: Shagen Ogandzhanian Date: Tue, 1 Jun 2021 16:43:38 +0200 Subject: [PATCH] Add web-with-react to the list of optionally build examples --- web/settings.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/settings.gradle.kts b/web/settings.gradle.kts index f40ef17abe..a3e62c0bf1 100644 --- a/web/settings.gradle.kts +++ b/web/settings.gradle.kts @@ -36,4 +36,5 @@ if (extra["COMPOSE_WEB_BUILD_WITH_EXAMPLES"]!!.toString().toBoolean() == true) { println("building with examples") module(":examples:falling_balls_with_web", "../examples/falling_balls_with_web") module(":examples:web_landing", "../examples/web_landing") + module(":examples:web-with-react", "../examples/web-with-react") }