vertx-lang-kotlin icon indicating copy to clipboard operation
vertx-lang-kotlin copied to clipboard

Vert.x for Kotlin

Results 54 vertx-lang-kotlin issues
Sort by recently updated
recently updated
newest added

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

enhancement

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...

bug