Kieran Wallbanks
06/23/2022, 12:02 PMsingle<Element>(createdAtStart = true) and if this was loaded post-start (i.e. in a later call to loadKoinModules ) this would init the object immediately. However, using the new DSL with singleOf(::Element) { createdAtStart() } this is no longer the case. What can I do instead?