If got this weird issue, build fails, I run gradle...
# gradle
u
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
build cache, transforms, a few other things are outside of the project directory and unaffected by clean
u
and how would I nuke them if stuff goes haywire? IDE
invalidate and restart
? because it gave me same crap using commandline