Skip to content

A Kotlin multiplatform example app that targets Android, ReactJS, iOS, JavaFx, and Spring Boot

Notifications You must be signed in to change notification settings

bugsnag/kotlin-multiplatform-example

Repository files navigation

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