Is there any way to work around Koin `inject` call...
# touchlab-tools
p
Is there any way to work around Koin
inject
called from a non-main thread causing the entire Koin context from being frozen. I have a unrelated singleton marked
ensureNeverFrozen
so it throws an exception so I can only assume all of Koin is being frozen?