trycatchx / RocketX

🔥🔥 android 端编译加速插件🚀 动态识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
861 stars 104 forks source link

第一次全量编译正常,后面会导致依赖错误 #19

Closed yejiabin9 closed 2 years ago

yejiabin9 commented 2 years ago

你好,问题如上 只有第一次可以正常运行,后面就包同样的问题 agp 4.0.2 gradle 6.1.1

Cannot change dependencies of dependency configuration ':library:imageloader:compileOnly' after it has been included in dependency resolution.

trycatchx commented 2 years ago

@GHyejb 同 issue #18 ,目前已经找到问题,在修复中。

yejiabin9 commented 2 years ago

好的,刚看到那个issue,谢谢

trycatchx commented 2 years ago

使用 classpath 'io.github.trycatchx:rocketx:1.0.12' 解决以上问题