Ahsan Ullah Rasel
04/23/2026, 1:32 AMKotlinException, My concern is how to properly handle them on iOS side too so that we can see the crashalytics with proper information to debug.François
04/23/2026, 5:15 AMKotlinException
Hello, that’s not right, you can catch the exception using the Kotlin annotation @Exception, but the difficulty is to unwrap and read correctly the error from Swift
My advice is to avoid the usage of exception to handle error from swift and use enum or sealed class.
To handle crash properly, you need to use library like NSExceptionKt or CrashKiOS.Ahsan Ullah Rasel
04/23/2026, 5:23 AMFrançois
04/23/2026, 5:30 AMFrançois
04/23/2026, 5:31 AMFrançois
04/23/2026, 5:42 AM