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

Related questions

0 votes
asked May 27, 2019 in Gradle by Ankita1283
0 votes
asked Feb 17, 2020 in Gradle by rajeshsharma
...