Hey there! We’re starting to use CrashKiOS in our ...
# touchlab-tools
m
Hey there! We’re starting to use CrashKiOS in our project, and the docs say we have to disable caching:
Copy code
kotlin.native.cacheKind.iosX64=none
kotlin.native.cacheKind.iosSimulatorArm64=none
This leads to slower builds on our side. I wonder: is this still needed, also for the newest Kotlin 1.9.21 versions? Or under which circumstances can we get around not using it? Also: is there anything we from the community could do in order to fix this limitation? Thank you!
Also a question: Will we avoid the limitation by using https://github.com/rickclephas/NSExceptionKt directly instead of using CrashKiOS?