Is it possible to force IDEA to re-import the gradle project? I change some define in buildSrc but IDEA doesn’t let me re-import.
h
Hanno
10/17/2021, 3:52 PM
I am doing this all the time by just hitting reload, whats your error?
j
Jason5lee
10/18/2021, 1:15 AM
The reload button just doesn’t show.
h
Hanno
10/18/2021, 10:19 AM
Uff, thats strange. Make an arbitrary change in the build gradle kts and take a look if you can reimport. Also, check whether you have auto import enabled, as that might make the button grey as well.
t
Tomasz Krakowiak
10/19/2021, 12:49 PM
Sync process may still be running in background, due to some issue and it may cause re-import button to be greyed out. If that's the case kill the process manually, try to reimport and resolve issues that happen during importing.