How to define default Gradle user home folder for all projects for Android Studio?

Viewed 12

So at the Settings of Android Studio I can set Gradle user home (e.g. G:\Android\.gradle instead of default C disk), but he problem that it sets it only for the current project.

enter image description here

When I open some other project from my existing projects that the gradle folder is still set to C disk and I have to change it for this project also, basically for each existing project.

How to set it once for all existing and new projects in Android Studio?

0 Answers
Related