what if you build with `--no-build-cache` and `--rerun-tasks` after a clean? The full nuclear option
z
what if you build with
--no-build-cache
and
--rerun-tasks
after a clean? The full nuclear option
๐ŸŽŠ 1
๐Ÿ‘€ 1
c
thank F*ck for that! looks like that fixed it.
Where is this magical hidden kapt build cache!
z
I want to say itโ€™s under
build/tmp
but there could be others ๐Ÿ™‚
but presumably clean would cover that so Iโ€™m not sure
there is also a kapt cache issue that is fixed in 1.3.70 iirc
c
Yeah even manual deleting of the folders doesn't fix it must be somewhere else
e
Zac, I think it sits in the ~/,gradle
For us clean is not enough in such cases