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
kotlin.native.cacheKind.iosArm64=none
kotlin.native.cacheKind.iosSimulatorArm64=none
to gradle.properties.
Can you help me with this? thanks