About
build.gradle is a gradle script that is read and builds in memory an instance of Project
There is a one-to-one relationship between a Project and a build.gradle file.
Articles Related
Syntax
A build script is made up of:
- zero or more statements
- and script blocks.