<@U2JKKPMEE> have recently been playing with MVVM ...
# koin
a
@arnaud.giuliani have recently been playing with MVVM and this is what i came up with to inject into viewmodel
inline fun <reified T> Any.injectEverywhere() = lazy { StandAloneContext.koinContext.get<T>() }
. What do you think?