You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Oleksandr Karpovich bc6d42ef44
Update versions: compose - 1.3.0 and kotlin - 1.8.0 (#2651)
1 year ago
..
.run examples README and .run configurations (#2355) 2 years ago
gradle/wrapper update gradle wrapper 7.5.1 (#2352) 2 years ago
screenshots Fix examples, templates (#2359) 2 years ago
src/main/kotlin Move Falling Balls to 0.0.0-master-build413 3 years ago
.gitignore Cleanup samples and adjust for rc5 3 years ago
README.md Fix examples, templates (#2359) 2 years ago
build.gradle.kts Remove import org.jetbrains.compose.compose (#2363) 2 years ago
gradle.properties Update versions: compose - 1.3.0 and kotlin - 1.8.0 (#2651) 1 year ago
gradlew Cleanup samples and adjust for rc5 3 years ago
gradlew.bat Cleanup samples and adjust for rc5 3 years ago
settings.gradle.kts Modify replace.sh for replacing Compose version (#1511) 3 years ago

README.md

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