Hi, is there any plan to release v1.5.0(stable)? K...
# coroutines
a
Hi, is there any plan to release v1.5.0(stable)? Kotlin v1.5 has been released, and the coroutines library is the only thing that blocks me from updating now.
1
d
Naahhh, they're planning on deprecating the library permanently. 🧌
🧌 1
e
You can still use 1.4.3 with Kotlin 1.5.0. No need to wait.
d
Even for native?
j
@elizarov I think 1.4.3 was breaking on
delay(Duration)
for me (due to the change in the backing field, and thus the generated mangled overload). I switched to 1.5.0-RC for this reason, but I could also just use the
delay(long)
overload otherwise
👍 1
e
I see. 1.5.0-RC is an option, then. I don’t see any critical issues with it so far, it looks like the final release will be similar to RC.
👍 1