https://kotlinlang.org logo
Title
r

rdhruva

09/26/2018, 9:54 PM
upgrading my android project to coroutines 0.27.0 pegs android studio 3.3 canary 12 to 300x CPU utilization.. is it a known issue?
l

louiscad

09/26/2018, 9:55 PM
@rdhruva 300x CPU… during gradle sync, or forever?
r

rdhruva

09/26/2018, 9:56 PM
forever
l

louiscad

09/26/2018, 10:08 PM
@rdhruva This is probably an Android Studio issue, that you need to report on b.android.com, because updating a dependency should never make the IDE consumes so much CPU after gradle sync!
Please, link back the issue you created so I can star it and see when it's fixed
r

rdhruva

09/26/2018, 11:13 PM
well, i’m not sure if it was just sync or sync + build
funnily enough, the cpu usage reverted right back to normal after i downgraded it to 0.26.1
let me play with it a bit more to see if it’s reproducible
l

louiscad

09/27/2018, 9:38 AM
May be related to this issue in
0.27.0
: https://github.com/Kotlin/kotlinx.coroutines/issues/626
r

rdhruva

09/27/2018, 6:06 PM
oh right, this looks exactly like what I was running into!