If we want to inject something into a `ViewModel`,...
# koin
m
If we want to inject something into a
ViewModel
, looks like we can't use constructor injection. Would you recommend having the
ViewModel
implement
KoinComponent
?