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.
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?
