arnis71
inline fun <reified T> Any.injectEverywhere() = lazy { StandAloneContext.koinContext.get<T>() }