koin-core / org.koin.core.scope / Scope / linkTo

linkTo

fun linkTo(vararg scopes: Scope): Unit

Add parent Scopes to allow instance resolution i.e: linkTo(scopeC) - allow to resolve instance to current scope and scopeC

Parameters

scopes -