:mega: :mega: :mega: `kotlinx.coroutines` 1.3.0-RC...
# coroutines
v
📣 📣 📣
kotlinx.coroutines
1.3.0-RC is here! Changelog: •
Flow
core API leaves its experimental status and has a lot of new extensions! • Reworked reactive integrations, including simplified lifecycle management and consistent handling of fatal exceptions •
kotlinx-coroutines-bom
for managing transitive dependencies • Various minor bug fixes and improvements • Full changelog: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.3.0-rc
🎉 32
i
The time to say goodbye to Flowable is getting near 😁
m
I already updated
t
l
I am getting a crash that only happens on 1.3.0-RC (not on M2) that says
Module with the Main dispatcher is missing
. It happens on debug as well, and I don’t run any proguard/r8 in this configuration. Moving back to M2 fixes the issue.
I figured the issue, it was indeed R8 that was running that was stripping out too much.