Join Slack
Powered by
Is there a possibility that recent kotlinx.corouti...
# coroutines
l
louiscad
06/28/2018, 3:07 PM
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
elizarov
06/28/2018, 3:27 PM
1.2.50 stdlib may cause some ProGuard problems (that was fixed in 1.2.51):
https://youtrack.jetbrains.com/issue/KT-24986
l
louiscad
06/28/2018, 3:36 PM
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
4
Views
Open in Slack
Previous
Next