bugsnag / kotlin-multiplatform-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Kotlin 86.6%Language:Swift 8.5%Language:HTML 4.2%Language:CSS 0.7%