Figured it was relevant to this channel considering that it’s 100% kotlinx.serialization, and even leverages kotlinx.datetime 🙂
a
Ayfri
11/16/2022, 1:16 AM
Is it possible to use it to generate K/JS externals ?
a
asarazan
11/16/2022, 1:21 AM
oooh that’s a good question-- I haven’t delved into the JS side for a while-- can you explain the use case?
a
Ayfri
11/16/2022, 1:23 AM
It would be to automatically generated K/JS externals, there's a feature like that by default in Gradle K/JS but it often don't work, is very limited and doesn't work on new features (from around TS 4.3 to now)
And for multiple packages I had to generate the typings entirely by hand (and it takes a lot of time to do this)