airbnb/mavericks

Koin viewmodels' injection

Open

#339 opened on Jan 10, 2020

 (2 comments) (11 reactions) (0 assignees)Kotlin (510 forks)batch import
help wanted

Repository metrics

Stars
 (5,932 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide