NSExceptionKt
NSExceptionKt copied to clipboard
A Kotlin Multiplatform Library to improve crash reports on Apple platforms
Decouples the external libraries from the Kotlin code. Fixing all kinds of linker issues when using dynamic frameworks, Kotlin tests, etc.
I'm following the ["Add dependencies on a Pod library" docs](https://kotlinlang.org/docs/native-cocoapods-libraries.html) to add Sentry as a dependency on the Kotlin side because I want to be able to write my own...
NSExceptionKt has firebase as dependency and if the project already has firebase installed through cocoapods then we are facing an error saying something like - "Firebase module already exists". I...