// shared module apply plugin: 'java' dependencies { testCompile 'junit:junit:4.12' testCompile project(':sharedtest') } // EOF