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

WMPlugin生成ServiceLoaderInit类时文件名Service.class,Replugin插件化构建报ServiceLoaderInit重复 #116

Open userfuy opened 2 years ago

userfuy commented 2 years ago

WMPlugin生成的class文件: image

Replugin类转换结果: image

因为存在2个ServiceLoaderInit类,构建报错,类重复 AGPBI: {"kind":"error","text":"Program type already present: com.sankuai.waimai.router.generated.ServiceLoaderInit","sources":[{}],"tool":"D8"}