touchlab / CrashKiOS

Crash reporting for Kotlin/Native iOS applications
https://crashkios.touchlab.co/
Apache License 2.0
258 stars 15 forks source link

How integrate CrashKiOS? #25

Closed Dallanosm closed 2 years ago

Dallanosm commented 2 years ago

Hello,

First of all sorry if it is a very simple question.

I cannot see any import of CrashKiOS integration. Is it correct?

val iosMain by getting {
    dependencies {
                implementation(Dependencies.Common.Native.ktorClientCore)
                implementation(Dependencies.Common.Native.sqldelightDriverNative)
                api("co.touchlab:crashkios:0.6.0")
    }
}

Best regards