Hi There's a syncing problem that literally stoppe...
# android
a
Hi There's a syncing problem that literally stopped me for a month from upgrading the AGP _(which will most likely fix an IDE false positive error about resolving common dependencies in
androidMain
)_; I'd be really happy to even get a clue of what to touch to make this work. I tried countless ways but nothing worked: https://stackoverflow.com/questions/73006307/gradle-sync-cannot-find-a-variant-matching-build-type-null-and-product-flavo
s
Have you tried to clean the .idea directory up?
a
Multiple times, I even got to understand what each of the config files did in there and handpicked them
As far as I can tell, it's probably a gradle bug/misconfiguaration; but it took a month and I couldn't find the bug!
l
Check if you’re using Android plugin
a
@Lukasz Burcon Actually, I'm using Android Studio; I tried with both stable and canary distributions and still got the same result