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
Dominaezzz
05/09/2021, 12:19 AM
Naahhh, they're planning on deprecating the library permanently. π§
π§ 1
e
elizarov
05/09/2021, 9:21 AM
You can still use 1.4.3 with Kotlin 1.5.0. No need to wait.
d
Dominaezzz
05/09/2021, 9:29 AM
Even for native?
j
Joffrey
05/09/2021, 9:40 AM
@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
elizarov
05/09/2021, 9:41 AM
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.