Having project dependant on another project is common situation. How to configure gradle so that it will include your dependency project in build process? There are two cases: 1. Your project is a root project and dependency is under its root When dependand project is under root in a directory structure (dependency is not being … Continue reading Compile gradle project with another project as a dependency