https://kotlinlang.org logo
#koin
Title
t

tapchicoma

03/18/2019, 9:35 AM
Hi, koin for android provides, for example, following method:
Copy code
inline fun <reified T : Any> ComponentCallbacks.get(
        qualifier: Qualifier? = null,
        scope: Scope = Scope.GLOBAL,
        noinline parameters: ParametersDefinition? = null
): T = getKoin().get(qualifier, scope, parameters)