Hej!
We're interested in having the kDoc comments from Kotlin code in the type script defs. This will help our library users to understand our API via the auto completion in for instance vs code. See example in the thread.
We have solved this by using complex reg exp to extract the comments from the kotlin code and then add it to the type script defs. The solution is somewhat unstable.
Is there a better way of doing this?