upgrading my android project to coroutines 0.27.0 ...
# coroutines
r
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
@rdhruva 300x CPU… during gradle sync, or forever?
r
forever
l
@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
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
oh right, this looks exactly like what I was running into!