vert-x3 / vertx-lang-kotlin

Vert.x for Kotlin
Apache License 2.0
296 stars 68 forks source link

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

Closed gdurandrexel closed 1 year ago

gdurandrexel commented 4 years ago

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

babsher commented 2 years 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 1 year ago

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

pk-work commented 1 year 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 1 year 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 1 year ago

I guess this will be fixed with the next release?