0 votes
in Gradle by
Name the configuration files of the Gradle build concept?

1 Answer

0 votes
by
Build.gradle define the script for build configuration

The other script in demand is settings.gradle

Another option is gradle.properties
...