Hacker News new | ask | show | jobs
by Felz 2720 days ago
What's not there about Kotlin/JS for you, out of curiosity?
1 comments

Interop with other JS libraries for example - Vue in our case. We switched to Typescript mid-project and never looked back. Server is still Kotlin and we just export the data transfer classes as Typescript definitions (using a library we found on GitHub that works well enough).