Decided it would be much easier to head down the path of creating a lib (Gradle module) for Kotlin Test (
vertx-kotlintest) since the testing framework does much more than Unit Testing (refer to Testing Styles -
https://github.com/kotlintest/kotlintest/blob/master/doc/reference.md#testing-styles ). Would be misleading to have
vertx-unit supporting Kotlin Test when the module only covers Unit Testing. Would it be ok for
vertx-kotlintest to have
vertx-unit as a dependency?