https://kotlinlang.org logo
Title
v

Vsevolod Tolstopyatov [JB]

03/06/2020, 12:31 PM
📣 📣 📣 kotlinx.coroutines 1.3.4 is here! • Size of the resulting DEX of kotlinx.coroutines basic usages is significantly reduced • A human-readable actionable error is thrown when
awaitClose
is missing from
callbackFlow
Flow
exception transparency is now deterministically ensured •
ReceiveChannel.asFlow
extension added • Kotlin 1.3.70: opt-in annotations,
coroutineContext[CoroutineDispatcher]
API support • Performance improvements in
Job
,
Channel
and
Dispatchers.Default
Full changelog: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.3.4
🎉 20
💪 5
r

russhwolf

03/06/2020, 1:34 PM
Any update on the status of mt-coroutines for 1.3.4? I saw @elizarov's message the other day that there are issues, so I know it might not be soon, but curious if there's any sort of timeline yet.
👍 1
e

elizarov

03/06/2020, 1:37 PM
No update yet. We cannot build mt coroutines with 1.3.70 right now. We’ll either find a workaround or will wait until 1.3.71
👍 1
r

russhwolf

03/06/2020, 1:40 PM
Good to know. Thanks!