Koin Definition
Properties
Functions
Link copied to clipboard
Add a compatible type to match for definition
Link copied to clipboard
Add compatible types to match for definition
Link copied to clipboard
Callback when closing instance
Link copied to clipboard
Conditionally apply options to a definition if the options parameter is not null.
Link copied to clipboard
Mark this definition as allowing override, even when global allowOverride is false.
Link copied to clipboard
infix inline fun <T> KoinDefinition<T>.withOptions(options: DefinitionOptions<T>): KoinDefinition<T>
Apply additional options to a definition using a DSL block.