Is there a possibility that recent kotlinx.corouti...
# coroutines
l
Is there a possibility that recent kotlinx.coroutines versions (e.g. 0.23.3) play worse with proguard than previous ones (like 0.22.5)?
e
1.2.50 stdlib may cause some ProGuard problems (that was fixed in 1.2.51): https://youtrack.jetbrains.com/issue/KT-24986
l
So that's it! I got crazy, thinking it was app bundles causing the issue, but found building an apk caused the issue too. I'm trying with 1.2.51 and
maven { url "<https://kotlin.bintray.com/kotlin-dev>" }
repo