Hi, I’m experiencing a very similar issue to this ...
# kotlin-native
s
Hi, I’m experiencing a very similar issue to this on iOS: https://youtrack.jetbrains.com/issue/KT-64313/Kotlin-Native-Seg-Fault-during-Garbage-Collection-on-1.9.21-observed-on-iOS I’m running Kotlin
1.9.22
in my project. Supposing that I update to
2.0.0
, what do you suggest I should do to fix it? Will I have to disable the
kotlin.native.binary.objcDisposeWithRunLoop
property in
gradle.properties
? Or will just the update should resolve it? Also, what about the
kotlin.native.globalDataLazyInit
property? Thanks to anyone who can advise on this 🙏