Skip to content
Snippets Groups Projects
Commit 7ef65d21 authored by Shagen Ogandzhanian's avatar Shagen Ogandzhanian
Browse files

Fix name so web_landing as a part of the web build

parent d2371cb8
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ module(":web-benchmark-core", "$rootDir/benchmark-core") ...@@ -36,7 +36,7 @@ module(":web-benchmark-core", "$rootDir/benchmark-core")
if (extra["COMPOSE_WEB_BUILD_WITH_EXAMPLES"]!!.toString().toBoolean() == true) { if (extra["COMPOSE_WEB_BUILD_WITH_EXAMPLES"]!!.toString().toBoolean() == true) {
println("building with examples") println("building with examples")
module(":examples:falling_balls_with_web", "../examples/falling_balls_with_web") module(":examples:falling_balls_with_web", "../examples/falling_balls_with_web")
module(":examples:web_landing", "../examples/web_landing") module(":examples:compose-web-lp", "../examples/web_landing")
module(":examples:web-with-react", "../examples/web-with-react") module(":examples:web-with-react", "../examples/web-with-react")
module(":examples:web-getting-started", "../examples/web-getting-started") module(":examples:web-getting-started", "../examples/web-getting-started")
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment