What’s the current status of Automatic generation ...
# javascript
v
What’s the current status of Automatic generation of Kotlin wrappers from TypeScript typings mentioned in https://blog.jetbrains.com/kotlin/2025/05/present-and-future-kotlin-for-web/ ? Is there a ticket to track the progress at YouTrack or GitHub?
e
Not that I'm aware of, at least not new ones. The status is, in TLDR form, that you either rely on what you find in kotlin-wrappers, you get lucky with Dukat/Karakum to correctly generate a scaffolding, or you need to create externals manually.
✔️ 1
s
I would like to contribute to this effort. I'm good at ts and kmp but not compilers/transpilers (but fast learner). Can anybody please point me towards a task for this ?