Gradle 3.0。*的Android插件使用Gradle的新依赖配置compileOnly不使用资源引用

时间:2017-11-27 07:46:48

标签: android gradle

我有两个模块supportmall,它是主要入口模块app的本地模块。

但在模块mall中,我在support中引用了大量资源。

  • 在gradle 3.0的android插件之前:

我刚刚在compile中的模块mall的依赖项中使用build.gradle来包含support

我在模块compile中使用了app来包含模块supportmall

找不到。

  • 在gradle 3.0的android插件之后:

我想升级using Gradle's new dependency configurations: implementation, api, compileOnly, and runtimeOnly

但是当我在模块mall中使用compileOnly来包含support依赖项时,它对我不起作用。

1 个答案:

答案 0 :(得分:0)

compile指令替换为implementation