Access the Gradle settings Use the Gradle settings to configure the build and run actions for each linked Gradle project, a Gradle version, importing of the project’s changes, and so on. In the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Build, Execution, Deployment| Gradle .
Read moreWhat is latest version of Gradle?
Android Gradle plugin release notes
Read moreDoes Gradle support Java 17?
Gradle now supports running on and building with Java 17 . In previous Gradle versions, running Gradle itself on Java 17 resulted in an error. JVM projects could have been built with Java 17 using toolchains. As of Gradle 7.3, both running Gradle itself and building JVM projects with Java 17 is fully supported.
Read moreWhat is Gradle version?
8 Answers. In Android Studio, go to File > Project Structure. Then select the “project” tab on the left. Your Gradle version will be displayed here .
Read more