you can declare guice modules to configure binding...
# kvision
r
you can declare guice modules to configure bindings and kvisionInit() function is defined as:
Copy code
fun Application.kvisionInit(vararg modules: Module)
so you can init kvision with a list of your guice modules - a new guice injector will be created by kvision with given modules and put into
call
attribute