Did Idea 2024 remove "sync project with gradle"? B...
# intellij
m
Did Idea 2024 remove "sync project with gradle"? Button is gone and can't find it in actions. If it's gone what's the alternative?
not kotlin but kotlin colored 2
Not kotlin even though 99% of kotlin builds use gradle?
w
I think the action changed name to
import Gradle projects
or something like that at one point, and the `but`ton only appears if there are some changes in the build scripts
m
I found "Reload All Gradle Projects" inside the Gradle tool window that seems to do the job. All I get when I modify build scripts is "Code insight unavailable (Script Configurations not loaded). Load Script Configurations" with a clickable link that doesn't seem to do anything. Wonder if it has anything to do with using kts
w
Maybe, I don't use kts so I wouldn't know. But I also typically don't use the button in gradle window, there's a smaller one that usually appears for me in the top-right part of the editor
m
yea that's the one I normally use as well
w
I also just learned cmd+shift+I I think to not click the button. Now I see that the action is called
load changes
? 🤔
r
It’s just that the question isn’t specific to Kotlin. Your question would be exactly the same for a project building Java via a groovy gradle dsl with no kotlin involved.
i
I think they just changed the name of the button, it's still the spinning wheel in the same location in the gradle pane
m
This button, with same project it shows in 2022.2.3 but it's missing in 2024.1
183 Views