Sharing dependendies

I have two sibling projects and would like for one sibling to include the compile dependencies from another. My structure is as follows ApplicationRepo

  • Application

– build.gradle - TestApplication

– build.gradle

How would I go about including all the compile time dependencies from Application in TestApplication? Thanks