so this companion object: ``` class KovertVertx p...
# kodein
a
so this companion object:
Copy code
class KovertVertx private constructor() {
    companion object {
        fun start(vertxCfg: VertxConfig = INJECT-SOMETHING-HERE, workingDir: Path? = null, vertxOptionsInit: VertxOptions.() -> Unit = {}): Promise<Vertx, Exception> { ... }
    ...
within that module would have a hard time injecting