:kotlin: :heart: :green_apple: <https://www.novod...
# feed
t
j
Thanks for the article! I was wondering about one sentence:
For Kotlin/Native it might be tempting to look at Kotlin’s coroutines, but unfortunately these are not yet available on this platform.
An earlier release of KN was mentioning coroutines support: https://blog.jetbrains.com/kotlin/2017/05/kotlinnative-v0-2-is-out/ Is something not yet working or do you mean it does not work on iOS? (I did not experiment yet with KN so I am curious 🙂 )
o
Coroutines are supported by the compiler, but there is no kotlinx.coroutines library available.
👍 2