hi. sometimes when im changing tables names and st...
# room
m
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
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