Do I need to initialize my Kotlin/Native code only...
# kotlin-native
r
Do I need to initialize my Kotlin/Native code only in the main thread for iOS? I am getting EXC_BAD_ACCESS
o
Likely you have a callback running in different thread, please init runtime in callback and pass detached object graph (or pass frozen object, which will appear in 0.7)