【发布时间】:2018-08-21 05:20:19
【问题描述】:
在app 模块中,我添加了baseLayerCore 模块作为依赖项,app 和baseLayerCore 模块都需要core 模块作为它们的依赖项,所以我在app 中定义了core 但baseLayerCore不要解决它,也需要在自己的build.gradle 中定义。
我相信baseLayerCore 不需要core,因为它已在app 中定义。
我错了吗?!为什么会这样?
app build.gradle:
【问题讨论】:
标签: android gradle dependencies