vertx-lang-kotlin
vertx-lang-kotlin copied to clipboard
Vert.x for Kotlin
for example, `DeploymentOptions` has a constructor: ``` public DeploymentOptions(JsonObject json) { ... } ``` and our helper function doesn't represent that.
At this moment, the latest release is 1.9.20 https://github.com/JetBrains/kotlin/releases/tag/v1.9.20
See https://github.com/eclipse-vertx/vertx-auth/pull/692
### Version 5.0.0 ### Context Hello, dear team. In this part of documentation https://vertx.io/docs/vertx-lang-kotlin-coroutines/kotlin/#_sending_data you may notice that you gave two entirely same pieces of code, while this sentence **"_however...