Just wondering, is it smart to delete only `.gradl...
# community-support
p
Just wondering, is it smart to delete only
.gradle\caches\transforms-4
directory, when I have some corruption issues?
v
As long as you do not use configuration cache I think it should be fine. Configuration cache entries afair rely on various files not being "randomly" deleted.
Or you delete the configuration cache directory along
p
I see, thank you
👌 1
a
If you delete these files it's normally a good idea to also stop daemon just in case something is in some memory cache 🙂
👍 1