Browse Source

Add web-with-react to the list of optionally build examples

pull/735/merge
Shagen Ogandzhanian 3 years ago
parent
commit
8d2df5792d
  1. 1
      web/settings.gradle.kts

1
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")
}

Loading…
Cancel
Save