<@U3SK5B492> Do you have any idea when Kotlin/nati...
# kotlin-native
s
@olonho Do you have any idea when Kotlin/native will get support from kotlinx.coroutines? I've been developing an android app as a MPP, but lack of kotlinx.coroutines support is blocking me from compiling it to iOS.
o
Please check with @elizarov - he shall be working in that
a
My current solution is to block the UI in the KN lib, then handle the overall async flow in the upper UI level. Like
async(UI) {}
in android.