|
|
@ -37,6 +37,7 @@ 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:compose-web-lp", "../examples/web_landing") |
|
|
|
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-with-react", "../examples/web-with-react") |
|
|
|
module(":examples:web-getting-started", "../examples/web-getting-started") |
|
|
|
module(":examples:web-getting-started", "../examples/web-getting-started") |
|
|
|
} |
|
|
|
} |
|
|
|