trycatchx / RocketX

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

Cannot change dependencies of dependency configuration ':app:implementation' after it has been included in dependency resolution. #65

Closed liwei49699 closed 1 year ago

liwei49699 commented 1 year ago

Cannot change dependencies of dependency configuration ':app:implementation' after it has been included in dependency resolution.

报这个错是什么原因

trycatchx commented 1 year ago

对于 gradle.properties 中的配置:如果使用 org.gradle.configureondemand = true ,请删除或者设置为 false