NoBeanDefFoundException but scope is already defined
I'm trying to solve this issue: I'm receiving a crash whenever i try to click on a push notification in certain fragment, that would redirect me to another fragment in the app.
I defined my module like this:
scope(named()) {
factory { (view: DetailContract.View) ->
DetailPresenter(
view = view,
monitoring = get(),
api = get(),
storage = get(),
imageProvider = get()...