https://kotlinlang.org logo
e

edvin

10/31/2016, 10:19 PM
As long as you are in the same scope, you just do
val model : CustomerModel by inject()
in all the Views and Controllers that need the model. Incredibly neat.