Is there a better way for gradle to download dependencies?

Guys, I don’t know if I’m doing it right, but when I add a dependency on build.gradle.kts I go to the IntelliJ menu File> Invalidate Caches > Invalidate & Restart…this is because the Rebuild project doesn’t make it reflect the new dependencies of the gradle. Is there a better way? any faster way?

Just open the Gradle sidebar on the right side (or look for it in View → Tool Windows → Gradle) and then click on Reload.

Thanks man