To get this to work I had to do the following, whi...
# kodein
e
To get this to work I had to do the following, which is not great 😬
Copy code
private val presenter: MyActivityPresenter by lazy { direct.on(context = activity).instance<MyActivityPresenter>() }