Package-level declarations
Types
Link copied to clipboard
Delegates to global Koin instance (initialized with startKoin { ... }
function).
Link copied to clipboard
Delegates to provided koin app.
Link copied to clipboard
Injects Koin into dispatch closure. It can be accessed by the Key from DispatchClosure or by koin property from DispatchScope.
Properties
Link copied to clipboard
Returns Koin instance associated with a store. It depends on KoinDI element injected into the closure.