Currently if a KVService is deleted, you end up wi...
# kvision
r
Currently if a KVService is deleted, you end up with compile errors because the corresponding generated classes are not removed. Is there a way to have the compiler remove these? Gradle output tracking?
r
I have no idea how to implement such thing. Do you have any examples or at least some documentation on the subject?
I could probably enumerate files in the generated-src directory manually
And remove all additional files after every generation cycle
I think it should be possible (at least as long as there is at least one source file to be processed by the plugin)
You could open an isssue for this
r