© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Richard Conley
I want to build a Kotlin library that will compile to JavaScript, but I want to use it from TypeScript. Is there a way to make Kotlin generate a .d.ts file(s) from its exposed interfaces? Am I approaching this in the right way?
Alon Dolev
You can try out this Gradle plugin: ktsgenerator
Alon Dolev
You can try out this Gradle plugin: ktsgenerator