vert-x3 / vertx-lang-kotlin

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

Add Vert.x core dependency back #230

Closed tsegismont closed 1 year ago

tsegismont commented 1 year ago

The dependency was mistakenly removed in https://github.com/vert-x3/vertx-lang-kotlin/commit/66f59e97d44b5e2302c8d338f731b21e13905b90

Projects which depend only on vertx-lang-kotlin will no longer compile.

As a workaround, add the vertx-core dependency to your project.

tsegismont commented 1 year ago

Closed in a6f45ea