Hello i just started kotlin native project and wan...
# kodein
m
Hello i just started kotlin native project and wanna know if kodein can be a solution for hybrid DI for ios and android?
I need to bind a Presenter that takes an interface as argument and wich is implemented by my activity but i dont know how to do so
j
My solution was provide some provider class in Kotlin common module that wrap kodein mechanism inside to provide presenter instance to platform