koin-android / org.koin.androidx.scope / androidx.activity.ComponentActivity

Extensions for androidx.activity.ComponentActivity

activityRetainedScope

fun ComponentActivity.activityRetainedScope(): Lazy<Scope>

activityScope

Provide Koin Scope tied to ComponentActivity

fun ComponentActivity.activityScope(): LifecycleScopeDelegate

createScope

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

getScopeOrNull

fun ComponentActivity.getScopeOrNull(): Scope?