Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 16, 2025. It is now read-only.

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

AltStyle によって変換されたページ (->オリジナル) /