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.
 
 
 
 
dima.avdeev 412e4f765e
hotfix Issue 2113 missing coroutines-core in JS (#2142)
2 years ago
..
gradle/wrapper
src Move few MPP examples to experimental for now (#1739) 3 years ago
.gitignore
README.md hotfix Issue 2113 missing coroutines-core in JS (#2142) 2 years ago
build.gradle.kts hotfix Issue 2113 missing coroutines-core in JS (#2142) 2 years ago
gradle.properties
gradlew
gradlew.bat
settings.gradle.kts

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