Hey! Sorry if this has been already answered here. Tried to search it, but couldn’t get an answer to my question.
The Question:
Is there a way to get a good stack trace for crashes that happen for iOS when using Kotlin Multiplatform?
Our current implementation uses
this library to include shared code inside iOS App, but when we receive crashes due to shared code it is so painful to debug.