with Configuration With
fun KoinApplication.withConfigurationWith(modules: List<Module>, appDeclaration: KoinAppDeclaration? = null)
Compiler Plugin Support Function - Apply configuration with the provided list of modules to an existing KoinApplication. This function is called by the compiler plugin after transforming withConfiguration
Parameters
modules
List of modules discovered from @KoinApplication annotated class
app Declaration
Optional Koin application configuration block