Hi, I have a typescript application. I want to create a Kotlin based application but on the same ts contracts/states. Is there a way or a package that converts ts states to Kotlin classes. I've tried the Dukat library but it produces interfaces instead of classes and there are concerns with nested state objects as well.