We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目原本编译时间: 全量编译=7 ~ 10分钟,增量编译=3 ~ 5分钟, 没有改动=0~1分钟。
然后添加fastdex的依赖,项目环境上不需要怎么倒腾,很方便,一次性就编译通过。但是——
加了fastdex之后,项目编译时间: 全量编译=15 ~ 30分钟,增量编译=15 ~ 30分钟,没有改动=15 ~ 30分钟。
gradle:2.2.0 fastdex:0.8.8
The text was updated successfully, but these errors were encountered:
@typ0520
Sorry, something went wrong.
可以尝试这个方案:https://github.com/trycatchx/RocketXPlugin
No branches or pull requests
项目原本编译时间: 全量编译=7 ~ 10分钟,增量编译=3 ~ 5分钟, 没有改动=0~1分钟。
然后添加fastdex的依赖,项目环境上不需要怎么倒腾,很方便,一次性就编译通过。但是——
加了fastdex之后,项目编译时间: 全量编译=15 ~ 30分钟,增量编译=15 ~ 30分钟,没有改动=15 ~ 30分钟。
gradle:2.2.0
fastdex:0.8.8
The text was updated successfully, but these errors were encountered: