All Projects → bugsnag → kotlin-multiplatform-example

bugsnag / kotlin-multiplatform-example

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

Programming Languages

kotlin
9241 projects
swift
15916 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to kotlin-multiplatform-example

bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-55.65%)
Mutual labels:  bugsnag, crash-reporting, error-monitoring, crash, error-handling
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (+34.78%)
Mutual labels:  crash-reporting, error-monitoring, crash, error-handling
Bugsnag Php
Bugsnag error monitoring and crash reporting tool for PHP apps
Stars: ✭ 475 (+313.04%)
Mutual labels:  crash-reporting, error-monitoring, crash, error-handling
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+548.7%)
Mutual labels:  crash-reporting, error-monitoring, crash, error-handling
Bugsnag React Native
Error monitoring and reporting tool for native exceptions and JS errors in React Native apps
Stars: ✭ 374 (+225.22%)
Mutual labels:  crash-reporting, error-monitoring, crash, error-handling
Bugsnag Android Ndk
DEPRECATED - this project now lives at bugsnag/bugsnag-android
Stars: ✭ 42 (-63.48%)
Mutual labels:  crash-reporting, error-monitoring, error-handling
Bugsnag Node
[DEPRECATED] Please upgrade to our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 48 (-58.26%)
Mutual labels:  crash-reporting, error-monitoring, error-handling
Raygun4net
Raygun provider for .NET
Stars: ✭ 107 (-6.96%)
Mutual labels:  crash-reporting, error-monitoring, error-handling
Bugsnag Cocoa
Bugsnag crash reporting for iOS, macOS and tvOS apps
Stars: ✭ 167 (+45.22%)
Mutual labels:  crash-reporting, error-monitoring, error-handling
kfsm
Finite State Machine in Kotlin
Stars: ✭ 76 (-33.91%)
Mutual labels:  kotlin-js, kotlin-native, kotlin-multiplatform
elmah.io
ELMAH error logger for sending errors to elmah.io.
Stars: ✭ 31 (-73.04%)
Mutual labels:  crash-reporting, error-monitoring, error-handling
Bugsnag Android
Bugsnag crash monitoring and reporting tool for Android apps
Stars: ✭ 990 (+760.87%)
Mutual labels:  crash-reporting, error-monitoring, crash
bugsnag-symfony
Bugsnag notifier for the Symfony PHP framework. Monitor and report errors in your Symfony apps.
Stars: ✭ 42 (-63.48%)
Mutual labels:  bugsnag, crash-reporting, error-monitoring
raygun4android
Android crash reporting provider for Raygun
Stars: ✭ 19 (-83.48%)
Mutual labels:  crash-reporting, error-monitoring, error-handling
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-40%)
Mutual labels:  crash-reporting, error-monitoring, crash
Bugsnag Js
Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.
Stars: ✭ 625 (+443.48%)
Mutual labels:  crash-reporting, error-monitoring, error-handling
raygun4ruby
The Ruby & Ruby on Rails provider for Raygun
Stars: ✭ 37 (-67.83%)
Mutual labels:  crash-reporting, error-monitoring, error-handling
backtrace-unity
First-class error reporting for the Unity game engine.
Stars: ✭ 99 (-13.91%)
Mutual labels:  crash-reporting, error-monitoring, crash
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+1732.17%)
Mutual labels:  crash-reporting, error-monitoring, error-handling
bugsnag-vue
[DEPRECATED] This package now lives within the monorepo for our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 26 (-77.39%)
Mutual labels:  bugsnag, error-monitoring, error-handling

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].