Hi guys, recently I added crashlytics to Kermit, a...
# touchlab-tools
v
Hi guys, recently I added crashlytics to Kermit, and basically I was working only on Android platform and do not update iOS Application. After that I’m not able to build application: I have tried this https://crashkios.touchlab.co/docs/crashlytics#step-3---setup-dynamic-linking-optional and added it to my build.gradle.kts shared module, but I can’t build my app. Also I added
Copy code
kotlin.native.cacheKind.iosArm64=none
kotlin.native.cacheKind.iosSimulatorArm64=none
to gradle.properties. Can you help me with this? thanks
r
What's the error you get? What version of Kotlin are you using? Hard to say much without seeing more of your project.