About
A gradle project
Articles Related
Structure
A gradle project has two files at the root directory of a project.
- Build.gradle - task
- a Settings.gradle - configuration
For a multi-project, each sub-project is a sub-directory with a build.gradle file.
