hi. sometimes when im changing tables names and stuff, generated files get bugged and i cannot compile the project. What is the proper gradle command to completely clean Room KSP generated files ?
y
yigit
05/10/2024, 7:40 PM
best is to delete the generated/ksp folder in build and then build w/
--no-build-cache
.
It would be great if you can file a repro in the KSP github repo though