But Kotlin's type ineference makes it easy : `bind...
# kodein
s
But Kotlin's type ineference makes it easy :
bind<MyManager>() with provider { MyManagerImpl(instance(), instance(), instance()) }