alibaba / ARouter

💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork了一个版本,适配了AGP8.0,可直接远程引用,链接见内

jadepeakpoet opened this issue · comments

https://github.com/jadepeakpoet/ARouter
更多详情请点击fork的仓库地址查看文档

1.0.3版本发布
1: AGP从7.4.2更新到8.0,(AGP7.x请使用1.0.2版本)
2: 使用 AsmClassVisitorFactory替换Transform (Transfom 自 AGP8.0版本被移除,不可用)
3: 基于AGP8.0使用kotlin代替groovy重写了ARouter插件

release 1.0.3
1: Update agp from 7.4.2 to 8.0, fixes agp8.0 compile error(Use 1.0.2 for AGP7.x)
2: Use AsmClassVisitorFactory to replace Transform for agp8.0(Transfom removed since agp8.0)
3: Use kotlin to rewrite arouter register plugin for agp8.0