koin-android / org.koin.androidx.scope / androidx.fragment.app.Fragment

Extensions for androidx.fragment.app.Fragment

createScope

fun Fragment.createScope(source: Any? = null): Scope

fragmentScope

Provide scope tied to Fragment

fun Fragment.fragmentScope(): LifecycleScopeDelegate

getScopeOrNull

fun Fragment.getScopeOrNull(): Scope?

requireScopeActivity

fun <T : ScopeActivity> Fragment.requireScopeActivity(): T

scopeActivity

val Fragment.scopeActivity: ScopeActivity?