Join Slack
Communities
Powered by
you can declare guice modules to configure binding...
# kvision
r
Robert Jaros
07/28/2019, 2:00 PM
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
2
Views
Open in Slack
Previous
Next