我正在寻找正确的方法来在 Android MVVM 模式的 Repository 中使用 Kodein 注入 App Executors 类的依赖项。我在关注这个人
https://www.baruckis.com/android/kriptofolio-app-series-part-5/ 对于应用程序的其余部分,我使用了 Kodein,为了保持一致性,希望遵循相同的模式。
我在我的应用程序类中使用了它,但它不起作用。
bind() from singleton { AppExecutors() }