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
Robert Jaros
03/02/2022, 4:32 PM
I have no idea how to implement such thing. Do you have any examples or at least some documentation on the subject?
Robert Jaros
03/02/2022, 4:38 PM
I could probably enumerate files in the generated-src directory manually
Robert Jaros
03/02/2022, 4:39 PM
And remove all additional files after every generation cycle
Robert Jaros
03/02/2022, 4:41 PM
I think it should be possible (at least as long as there is at least one source file to be processed by the plugin)