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
•
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.