Join Slack
Powered by
Hi, With Kodein DI 6.0 what is the equivalent of t...
# kodein
n
Nicolas
11/29/2018, 3:38 PM
Hi, With Kodein DI 6.0 what is the equivalent of this : val kodein = Kodein { bind<MainController>() with provider { val view = receiver as? MainView ?: throw IllegalStateException("MainController needs a MainView receiver") MainController(view) } }
Open in Slack
Previous
Next