using 1.3.0-rc-116, I start getting these errors:
"Uncaught Kotlin exception: kotlin.native.IncorrectDereferenceException: illegal attempt to access non-shared a.b.c.MyServicesFactory@c0820608 from other thread"
Does it mean, that in future, we need to create all kotlin objects in same thread?
Konstantin Petrukhnov
10/02/2018, 9:08 AM
I created kotlin object in main thread, and tried to use it from background thread. (Normal swift app, where kotlin code used as library).