fastdex icon indicating copy to clipboard operation
fastdex copied to clipboard

编译速度比原来更慢,即使没有改动代码,也会执行全量编译?

Open JasMSS opened this issue 7 years ago • 2 comments

项目原本编译时间: 全量编译=7 ~ 10分钟,增量编译=3 ~ 5分钟, 没有改动=0~1分钟。

然后添加fastdex的依赖,项目环境上不需要怎么倒腾,很方便,一次性就编译通过。但是——

加了fastdex之后,项目编译时间: 全量编译=15 ~ 30分钟,增量编译=15 ~ 30分钟,没有改动=15 ~ 30分钟。

gradle:2.2.0
fastdex:0.8.8

JasMSS avatar Oct 25 '18 07:10 JasMSS

@typ0520

JasMSS avatar Oct 25 '18 07:10 JasMSS

可以尝试这个方案:https://github.com/trycatchx/RocketXPlugin

trycatchx avatar Jan 02 '22 16:01 trycatchx