Ksp seems to delete my previous generated files wh...
# ksp
p
Ksp seems to delete my previous generated files when there is a change. In my module I have about 10 files that lead to 10 generated files. If I do a change in one of the file, one file is generated for it while the other 9 are deleted. Turns out that in
process
,
resolver.getAllFiles()
is only returning the changed files. What can cause this?
151 Views