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
Paul Woitaschek
11/12/2021, 5:30 AM
Yes by properly defining the originating ksfiles and making use of code generator createFile
s
saket
11/12/2021, 5:32 AM
just to confirm if I understand that correctly: ksp can handle this but kotlin-inject needs to support them?
e
evant
11/12/2021, 5:49 AM
Yes that should be working, please file a bug and can look into it.