meituan / WMRouter

WMRouter是一款Android路由框架,基于组件化的设计思路,有功能灵活、使用简单的特点。
https://tech.meituan.com/meituan_waimai_android_open_source_routing_framework.html
Apache License 2.0
2.31k stars 342 forks source link

ERROR: Transforms with scopes '[SUB_PROJECTS, EXTERNAL_LIBRARIES]' cannot be applied to library projects. #51

Closed xiongxianwei90 closed 5 years ago

xiongxianwei90 commented 5 years ago

WmRouter 1.2.0版本,Android Studio 3.3.2,build tools插件3.2.1。gradle-wrapper 4.6 编译报错 ERROR: Transforms with scopes '[SUB_PROJECTS, EXTERNAL_LIBRARIES]' cannot be applied to library projects. 哪里配置的不对吗

xiongxianwei90 commented 5 years ago

我知道了。library 不能加 apply plugin: 'WMRouter' ,

mohammedIbrahimHK commented 5 years ago

Did you find the solution?