kotlin-wrappers
kotlin-wrappers copied to clipboard
Add wrapper for antd
Hi, Kotlin/JS is great. I am currently writing project with it.
Is it possible to provide antd wrapper? I used Karakum to generate Kotlin definition but failed.
It will be much more great if provide specific methods, which will help more people using Kotlin/JS!
My take as of now is that until those types are available under this repository, the best way to approach the problem is:
- tweak the Karakum settings until the outputted types are decent
- run a good re-format of everything
- refactor manually what doesn't compile
- adjust the externals that don't look correct (e.g.,
Doubleinstead ofInt, missingRecordusages, etc.)
That is what I do. You can read and inspect my code https://github.com/lppedd/kotlin-externals#initial-generation
@gtn1024 Hi,I have the same problem as you. I just spent a day wrapper the DayJS library. I'm about to wrapper the Antd library. How's your progress? How about we wrapper together and contribute to Kotlin-wrappers?