:mega: :mega: :mega: kotlinx.coroutines 1.3.4 is h...
# coroutines
v
📣 📣 📣 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
💪 5
🎉 20
r
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
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
Good to know. Thanks!