Hi everyone—In my crash reports in Xcode, I notice that often times an exception thrown in my app code gets swallowed up by Kotlin's TerminateHandler_._ The Kotlin handler then appears to trigger the app to terminate. This is causing some issues with our crash monitoring tool (New Relic), which surfaces the crash as coming from Kotlin. Any ideas why this happens and if there is any way to disable it?