Relative project dependencies in Gradle?

后端 未结 5 1100
眼角桃花
眼角桃花 2021-01-30 17:30

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

5条回答
  •  无人及你
    2021-01-30 17:55

    Use compile project':'. Nothing else is required. Now your 'using' project will use this shared project on your file system/Eclipse/IntelliJ.

提交回复
热议问题