alibaba / ARouter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AS 火烈鸟 构建性能提示

LiWeiQiangAndroid opened this issue · comments

commented

com.alibaba.arouter: not compatible
You could save about 0.2s by turning Configuration cache on. With Configuration cache, Gradle can skip the configuration phase entirely when nothing that affects the build configuration has changed.
The version of this plugin used in this build is not compatible with Configuration cache and we don’t know the version when it becomes compatible. Plugin version: 1.0.2 Plugin dependency: com.alibaba:arouter-register

arouter:不兼容

打开配置缓存可以节省大约0.2秒的时间。通过配置缓存,Gradle可以在没有任何影响构建配置的变化时完全跳过配置阶段。

此版本中使用的插件与配置缓存不兼容,我们不知道它何时兼容。插件版本:1.0.2插件依赖:com.alibaba:arouter-register

gradle 7.2.1
AGP 7.4.2

arouter-register 1.0.2不支持AGP 7.2+

升级吧,官方团队已经“阵亡” ,最好自己fork升级