Giuliopime
12/14/2023, 10:19 AMcreateAtStart on application initialisation?
I'm using ktor and classes do not get instantiated with the following code:
install(Koin) {
slf4jLogger(Level.valueOf(ApplicationConfig.logLevel.levelStr))
modules(LogicModule().module, ClientModule().module, DataModule().module)
}Giuliopime
12/14/2023, 10:24 AMcreateEagerInstances inside the install block