Files
compose-multiplatform/examples/falling-balls/README.md
Igor Demin 7bd0b3d1a5 Fix examples, templates (#2359)
- move screenshot into screenshots folder
- add Readme, run configuration, .gitignore to web-template
- fix web-compose-in-js (read versions from properties)
- add global idea/ into gitignore
2022-10-05 13:44:37 +02:00

240 B

Falling Balls game

Running desktop application

  • To run, launch command: ./gradlew run
  • Or choose desktop configuration in IDE and run it.
    desktop-run-configuration.png