Kotlinโs extensions are developed in this directory.
For instance vertx-core
extensions are in the io.vertx.kotlin.core
package, etcโฆโ
Extensions needs to be tested and documented.
There are a couple of rules to follow before increasing the project versions:
-
If changing one between
kotlin
andkotlinx.coroutines
version, make sure that all transitive dependencies, likekotlin-stdlib
, still match between the two versions.
Kotlin evolves fast, so just change the project versions, test it, and shot a PR.