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.
g
Grégory Lureau
11/03/2021, 12:52 PM
(Afaik Dukat will make your Ts code callable from Kotlin, that's why it's only generating interfaces/plumbing, to go Kotlin->Typesrcipt so not your use case.)