Browse Source

Correct path to the falling balls example

It was renamed and previos commit will prevent situations when we miss
such things
pull/1077/head
Shagen Ogandzhanian 3 years ago
parent
commit
7c4ce006fe
  1. 2
      web/settings.gradle.kts

2
web/settings.gradle.kts

@ -43,7 +43,7 @@ module(":compose-compiler-integration", "$rootDir/compose-compiler-integration")
if (extra["compose.web.buildSamples"]!!.toString().toBoolean() == true) {
println("building with examples")
module(":examples:falling_balls_with_web", "../examples/falling_balls_with_web")
module(":examples:falling-balls-web", "../examples/falling-balls-web")
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")

Loading…
Cancel
Save