alibaba / atlas

A powerful Android Dynamic Component Framework.
Apache License 2.0
8.12k stars 1.47k forks source link

atlasplugin:3.0.1-rc71-3 Report the following questions #320

Closed huohu1007 closed 5 years ago

huohu1007 commented 5 years ago

Gradle sync failed: More than one variant of project :paycenter matches the consumer attributes:

hwjump commented 5 years ago

自己工程配置文件看下,这里说的是有些东西重复。

lilongAAAA commented 5 years ago

如果你是本地多project的相互依赖,请在根目录的build.gradle添加: allprojects { ....... configurations { compileProject.extendsFrom compile, archives } }

NickHu150 commented 5 years ago

@lilongAAAA 按照你这样做的话,项目中app的资源就无法依赖到library里面资源了,请问有设么办法么