
You need a suitable software like Android Studio to open a GRADLE file. adle, on the other hand, defines what build configuration and dependencies must be applied to all modules in a project. adle defines what modules Gradle must include in the final build of an application.

Both files are located in the root folder of a project.

GRADLE files in a project are usually named adle and adle.

A GRADLE file is used by Gradle build automation, testing, and deployment framework. A GRADLE file is a script containing the build configuration for an (Android) application written in Java, Kotlin, Groovy, C/C++, or JavaScript programming language. GRADLE files mostly belong to Android Studio by Google & JetBrains.
