Calling Kotlin Multiplatform Coroutines from Swift with the help of KMP-NativeCoroutines - droidcon
The official way of using Coroutines from Swift is awkward and has a lot of limitations. These limitations can be addressed by creating handwritten wrappers, but that includes a lot of boilerplate.