khairil.ushan
03/02/2022, 8:14 PMTask
(non main thread). It gives me this error
Function doesn't have or inherit @Throws annotation and thus exception isn't propagated from Kotlin to Objective-C/Swift as NSError.
It is considered unexpected and unhandled instead. Program will be terminated.
Uncaught Kotlin exception: kotlin.native.IncorrectDereferenceException: illegal attempt to access non-shared org.koin.core.context.GlobalContext.KoinInstanceHolder@126fc48 from other thread
Anyone know how to work around this issue? Thank youkhairil.ushan
03/02/2022, 8:16 PMconst val coroutines = "1.6.0-native-mt"
const val koin = "3.1.5"
arnaud.giuliani
03/07/2022, 5:57 PM