koin-core
Toggle table of contents
4.2.0-alpha2
common
Target filter
common
Switch theme
Search in API
Skip to content
koin-core
koin-core
/
org.koin.core.registry
/
ScopeRegistry
Scope
Registry
class
ScopeRegistry
(
_koin
:
Koin
)
Scope Registry create/find scopes for Koin
Author
Arnaud Giuliani
Members
Constructors
Scope
Registry
Link copied to clipboard
constructor
(
_koin
:
Koin
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
root
Scope
Link copied to clipboard
val
rootScope
:
Scope
scope
Definitions
Link copied to clipboard
val
scopeDefinitions
:
Set
<
Qualifier
>
Functions
load
Scopes
Link copied to clipboard
fun
loadScopes
(
modules
:
Set
<
Module
>
)