Hi guys! does coroutine support iOS now? I mean ca...
# multiplatform
c
Hi guys! does coroutine support iOS now? I mean can we call coroutine from Swift?
m
Only with skie or something similar
z
To have proper support for cancellation, you need to add a third-party library. SKIE is an option, so is KMP-NativeCoroutines. Both work well.
c
Thanks!