vert-x3 / vertx-lang-kotlin

Vert.x for Kotlin
Apache License 2.0
293 stars 67 forks source link

vertx-web-openapi does not seem to be instrumented for kotlin #176

Closed gdurandrexel closed 10 months ago

gdurandrexel commented 4 years ago

For instance it misses RouterFactory.createAwait and helpers for options. Seen in Beta1.

babsher commented 1 year ago

I am interested in contributing a PR for this bug. Would anyone available to point me in the right direction to fix this?

tsegismont commented 11 months ago

@pk-work would you mind taking care of this? Is it possible?

pk-work commented 11 months ago

Of course, I will try to help. But I never added kotlin support before, what do I have to do? @babsher Do you have questions? I could try to answer them.

tsegismont commented 11 months ago

There's a checklist for integration of a module in the stack: https://github.com/vert-x3/vertx-stack#adding-a-new-module-to-the-stack

The Kotlin binding generation is one of the points

pk-work commented 11 months ago

I guess this will be fixed with the next release?