Is there a plugin that generates kotlinx.serialization polymorphic modules? Let's say I have an interface and I want all the classes implementing that interface collected into a serialization module automatically. This is for open polymorphism of course. Seems doable with KSP.