<@U13FB9JPR> This is because you are not transferr...
# kodein
s
@david.pacheco This is because you are not transferring the context. You should try this :
Copy code
bind<GreetPresenter>() with scopedSingleton(androidActivityScope) { GreetPresenter(it as GreeterView, instance(), with(it).instance()) }