If got this weird issue, build fails, I run gradlew clean, build again, fails again with the same reason (some generated code is not there)
I clone the project again, build the same commit, works...
tldr; why is this? are there things not cleaned by clean? codegening compiler plugins?
e
ephemient
05/29/2021, 11:46 PM
build cache, transforms, a few other things are outside of the project directory and unaffected by clean
u
ursus
05/30/2021, 1:18 AM
and how would I nuke them if stuff goes haywire? IDE