https://kotlinlang.org logo
#kodein
Title
d

david.pacheco

02/06/2018, 5:16 PM
this is how I get the presenter injected
private val presenter: GreetPresenter by with(this).instance()
this was working before I tried to add the persistence service which uses a context