Many times when programming in Android, we need to add lots of dependencies to our project, and maybe that project also have lots of modules that are interconnected, so, as the project gets bigger, it’s important to keep the Gradle files organized. The naive way to define a dependency in…