When I try to access a coroutine from a background...
# kotlin-native
p
When I try to access a coroutine from a background thread in swift I get an error:
Copy code
Calling Kotlin suspend functions from Swift/Objective-C is currently supported only on main thread
I thought this should work with he 1.4.2-native-mt coroutines? Interestingly I could not find a single result when googling that exact message.