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.
 
 
 
 
Nikita Lipsky 85faea7243
Unify build.gradle.kts for experimental samples (#2445)
2 years ago
..
gradle/wrapper
src Unify build.gradle.kts for experimental samples (#2445) 2 years ago
.gitignore
README.md
build.gradle.kts Unify build.gradle.kts for experimental samples (#2445) 2 years ago
gradle.properties Unify build.gradle.kts for experimental samples (#2445) 2 years ago
gradlew
gradlew.bat
settings.gradle.kts Unify build.gradle.kts for experimental samples (#2445) 2 years ago

README.md

Minesweeper

A simple game powered by Compose Multiplatform

Run native on MacOS

./gradlew runDebugExecutableMacosX64 (Works on Intel processors)

Run web assembly in browser

./gradlew jsBrowserDevelopmentRun

Run on iOS simulator

./gradlew iosDeployIPhone8Debug ./gradlew iosDeployIPadDebug

Run on iOS device

Credits