I am looking for the right way to inject dependency of App Executors class using Kodein in Repository in Android MVVM pattern. I am following this guy
https://www.baruckis.com/android/kriptofolio-app-series-part-5/ For the rest of app I have used Kodein and for consistency want to follow the same pattern.
I have used this in My Application class but it is not working.
bind() from singleton { AppExecutors() }