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?