Hi all! I have a project, consisting of multiple (KMP) modules. I am using VERSION_CATALOGS and TYPESAFE_PROJECT_ACCESSORS, and codewise there is not so much happening (yet). However, a simple gradle sync takes almost 20 minutes. If I enable offline mode, it takes less than a minute (I guess 10 or 20 seconds). If I remove all modules, except for 1 KMP module, from the settings.gradle, the waiting is still crazy. Does anyone have any tips as to where to look how to cut down the sync time to a reasonable level?
Joost Klitsie
12/04/2021, 10:10 AM
I disabled all proxy settings that I could find, but that didn't help.
Thanks for the hints! My troubles disappeared, i am not sure why as i was doing multiple things. Perhaps having removed repositories in the settings.gradle, or perhaps something else did the trick, no idea :)