Is it possible to force IDEA to re-import the grad...
# intellij
j
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
I am doing this all the time by just hitting reload, whats your error?
j
The reload button just doesn’t show.
h
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
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.
b
You can use "Reload All Gradle Projects" action
Or this button in Gradle tool window