```E/UncaughtException: org.kodein.di.Kodein$NotFo...
# kodein
l
Copy code
E/UncaughtException: org.kodein.di.Kodein$NotFoundException: No binding found for bind<ViewContract.Presenter>() with ? { ? }
    Available bindings for this type:
            module  {
                bind<ViewContract.Presenter>() with scoped(AndroidComponentsWeakScope).singleton { PresenterImpl }
            }