error: [Dagger/MissingBinding] Map, Provider> cannot be provided without an @Provides-annotated method

后端 未结 1 1233
天涯浪人
天涯浪人 2021-01-16 02:19

I have the problem with Dagger/MissingBinding. I have red all the related answers on stackoverflow, I tried to use different versins of kotlin, gradle, dagger, I tried to us

相关标签:
1条回答
  • 2021-01-16 03:05

    Without binding at least one ViewModel with ViewModelKey, dagger doesn't create function that provides Map<Class<? extends ViewModel>, Provider<ViewModel>>

    0 讨论(0)
提交回复
热议问题