koin Application
fun koinApplication(createEagerInstances: Boolean = true, appDeclaration: KoinAppDeclaration? = null): KoinApplication
Create a KoinApplication instance and help configure it
Author
Arnaud Giuliani
Parameters
create Eager Instances
allow to create eager instances or not
app Declaration
closure for configuration of a new Koin context
Create a KoinApplication instance and help configure it. This overload helps ensure backward-compatible bytecode.
Author
Gary Spreder
Parameters
app Declaration
closure for configuration of a new Koin context
Create a KoinApplication instance and help configure it. This overload helps ensure backward-compatible bytecode.
Author
Gary Spreder
Parameters
create Eager Instances
allow to create eager instances or not