build.gradle | settings.gradle |
---|---|
Defines module-related build config | Defines project-related build config |
In a multi-module project, each module has it’s own build file | In a multi-module project, only one settings file exists, in the project root |
Here, project is composed of multiple modules