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.
A build script is made up of:
See Build Script Structure