When specifying Gradle project dependencies, can I avoid using a full absolute project name and use a relative one instead? (i.e. in my example I don\'t want to explicitly speci
Use compile project':'. Nothing else is required. Now your 'using' project will use this shared project on your file system/Eclipse/IntelliJ.