Package-level declarations

Types

Link copied to clipboard

Android Component that can handle a Koin Scope

Link copied to clipboard

ScopeService

Functions

Link copied to clipboard
fun <T : ComponentCallbacks> T.createScope(source: Any? = null): Scope

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

Create new scope

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : ComponentCallbacks> T.newScope(): Lazy<Scope>
Link copied to clipboard
fun Service.serviceScope(): Lazy<Scope>