Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 649 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 649 Bytes

Kotlin Multiplatform

Check out the blog post for a detailed explanation of this repository.

Android

./gradlew android-app:installDebug

iOS

xcodebuild -sdk iphonesimulator -arch arm64 -configuration Debug -project "ios-app/ios-app.xcodeproj" -scheme ios-app then run from XCode targeting a simulator in the Debug Configuration

Web

npm install required as workaround for issue: JetBrains/kotlin-wrappers#36

npm install core-js
./gradlew js-app:run

Desktop

./gradlew javafx-app:run

Server

./gradlew spring-boot-app:bootRun