|
|
@ -38,9 +38,14 @@ module(":web-core", "core") |
|
|
|
module(":web-widgets", "widgets") |
|
|
|
module(":web-widgets", "widgets") |
|
|
|
module(":web-integration-core", "integration-core") |
|
|
|
module(":web-integration-core", "integration-core") |
|
|
|
module(":web-integration-widgets", "integration-widgets") |
|
|
|
module(":web-integration-widgets", "integration-widgets") |
|
|
|
module(":web-benchmark-core", "benchmark-core") |
|
|
|
|
|
|
|
module(":compose-compiler-integration", "compose-compiler-integration") |
|
|
|
module(":compose-compiler-integration", "compose-compiler-integration") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (extra["compose.web.tests.skip.benchmarks"]!!.toString().toBoolean() != true) { |
|
|
|
|
|
|
|
module(":web-benchmark-core", "benchmark-core") |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
println("skipping benchmarks") |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (extra["compose.web.buildSamples"]!!.toString().toBoolean() == true) { |
|
|
|
if (extra["compose.web.buildSamples"]!!.toString().toBoolean() == true) { |
|
|
|
println("building with examples") |
|
|
|
println("building with examples") |
|
|
|
module(":examples:falling-balls-web", "../examples/falling-balls-web") |
|
|
|
module(":examples:falling-balls-web", "../examples/falling-balls-web") |
|
|
|