You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Koin's extension functions for viewmodels' injections. Is there a way not to write MvRxViewModelFactory and use all the advantages of Koin? It's not very convenient to manually inject all of the dependencies into viewmodel through Factory.
The text was updated successfully, but these errors were encountered:
@Jorikua @dmytroreutov At Airbnb and Tonal, we use dagger so that is where we have put the most effort. There is a dagger sample module now. Feel free to take a look and see if you can adapt it for koin. Fair warning though, we will probably not have the time to investigate koin integration ourselves though.
However, if changes are necessary to make it work well, we might consider it depending on what is necessary.
I want to use Koin's extension functions for viewmodels' injections. Is there a way not to write
MvRxViewModelFactory
and use all the advantages of Koin? It's not very convenient to manually inject all of the dependencies into viewmodel through Factory.The text was updated successfully, but these errors were encountered: