Results 4 comments of susanwu

> 2021年了,请问该问题修复了吗 ``` if(is_lancet.toBoolean()) { apply plugin: 'me.ele.lancet' "rm -rf ${project.buildDir}/intermediates/transforms/lancet".execute() } ``` 加一行 "rm -rf ${project.buildDir}/intermediates/transforms/lancet".execute(),亲测有效

解决了! 这个 版本的问题见 这个[issue/497](https://github.com/crazycodeboy/TakePhoto/issues/497) 就有答案