I'm noticing that stale generated code for classes...
# kotlin-inject
s
I'm noticing that stale generated code for classes that no longer exist aren't removed by kotlin-inject. Is this something that ksp is supposed to handle?
p
Yes by properly defining the originating ksfiles and making use of code generator createFile
s
just to confirm if I understand that correctly: ksp can handle this but kotlin-inject needs to support them?
e
Yes that should be working, please file a bug and can look into it.
s
cool cool, will try filing one