Join Slack
Powered by
now I get some kind of R8 error oO
# android
m
mingkangpan
09/03/2018, 3:26 PM
now I get some kind of R8 error oO
builderror.txt
g
gildor
09/03/2018, 11:13 PM
Hmm, this is because using of new Java API that cannot be desugared. Maybe because of atomic-fu (Kotlin.coroutines dependency), MethodHandle used there, make sense to reproduce and report to kotlinx.coroutines
gildor
09/05/2018, 1:32 AM
Try new version of kotlinx.coroutines thatt supports M2
https://kotlinlang.slack.com/archives/C1CFAFJSK/p1536102606000100
gildor
09/05/2018, 1:35 AM
Your problem fixed in this version
https://github.com/Kotlin/kotlinx.coroutines/issues/510
Open in Slack
Previous
Next