Sure, when is good for you? I no longer think that whatever is happening is specific to 1.5.30, I backed down to 1.5.21 to see if the issue resolves and so far no luck. An update for the kotlin plugin in Android Studio just popped about an hour ago, so upgraded and restarted. The resulting sync on restart took 17 + minutes, and the build window shows it worked, but event log showed this:
6:08 AM Gradle sync failed: Sync failed: reason unknown (17 m 18 s 406 ms)
The idea.log shows an NPE in the sync KotlinGradleLibraryDataService.postProcess. I've seen that off and on before, there are a couple of issues on it (KTIJ-19330 and
KTIJ-19319). Anyway while looking at the log I noticed that I've accumulated a number of threadDumps-freeze-... files, don't know if those are related or not. The slowness is uneven and I definitely don't understand the pattern yet. I'm still trying stuff...