Fabric crashlytics reports crashes in obfuscated format
You have to add an extra rule to proguard file to keep all Kotlin exceptions
-keep public class * extends java.lang.Exception
You have to add an extra rule to proguard file to keep all Kotlin exceptions
-keep public class * extends java.lang.Exception