koin-core / org.koin.dsl / kotlin.Pair / bind

bind

infix fun Pair<Module, InstanceFactory<*>>.bind(clazz: KClass<*>): Pair<Module, InstanceFactory<*>>

Add a compatible type to match for definition

Parameters

clazz -

fun <reified T> Pair<Module, InstanceFactory<*>>.bind(): Pair<Module, InstanceFactory<*>>

Add a compatible type to match for definition