How to generate Kotlin classes from typescript interfaces

I have typescript applications and want to use Kotlin in some of the applications now. I want to generate Kotlin classes from typescript definitions. I’ve tried using Dukat but it’s still in progress and there are concerns regarding nested definitions in it. Are there any other libraries that can help or what is the best way possible to transform?

1 Like

@susmitha.gudapati how are you doing this now? I’ve found myself in the situation where i need to use Kotlin/JS with typescript interfaces, and everything i read and try gives very subpar results.
I tried both dukat and karakum.
I’m trying to convert the Obsidian library: https://www.npmjs.com/package/obsidian.