In gradle is it possible to get dependencies for a build from another build file ?
Example, Imagine project-1 has project1/build.gradle, How do I get the dependencies of the same in project-2 from project2/build.gradle ?
|
In gradle is it possible to get dependencies for a build from another build file ? Example, Imagine |
|||
|
|
|
Cou could put your dependencies in an external file, e.g. 'dependencies.gradle' and import it like this:
|
|||
|
|