iosMain.CrashIntegration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-logic-umbrella-framework Show documentation
Show all versions of json-logic-umbrella-framework Show documentation
Kotlin multiplatform JsonLogic expressions evaluation engine
import co.touchlab.crashkios.CrashHandler
import co.touchlab.crashkios.setupCrashHandler
fun crashInit(handler: CrashHandler) {
setupCrashHandler(handler)
}