Rick Clephas
Rick Clephas
### Feature proposal * Firebase Component: Crashlytics Kotlin handles exceptions quite differently from Swift/ObjC. We can already map a Kotlin `Exception` to a `FIRExceptionModel`, but there are currently 2 missing...
### Description I have been [playing](https://github.com/rickclephas/NSExceptionKt/blob/0686aa69b7f14dcaf6918441474784c171ad913b/nsexception-kt-bugsnag/README.md) with Bugsnag in a Kotlin Multiplatform iOS app. So far it's working really well. I am just missing a single public API: ```objective-c @interface...
### Problem Statement I have been [playing](https://github.com/rickclephas/NSExceptionKt/blob/20bd9e2ee0a163ddfb5cccb258ed94c4ff720200/nsexception-kt-sentry/README.md) with Sentry in a Kotlin Multiplatform iOS app. So far I have been able to successfully log a fatal Kotlin exception. However it...
Improve the ObjC API by hiding the coroutines declarations and renaming the native versions. Requires Kotlin 1.8.0 (#73). Fixes #63
- [x] Swift to Kotlin interop - [x] Compiler checks - [ ] K2 code generation - [ ] Integration tests
Waiting for kotlinx.coroutines support. Will add support for the Wasm target such that projects with a wasm target will compile.