Daniel
05/09/2023, 8:19 AM"You can also start it from outside of Ktor, but you won't be compatible with autoreload feature"
. I am not using the autoreload feature and would like to instanciate koin earlier (I have some command line parsing and setup logic before I launch Ktor itself). What function should I use so that the Koin features are still available later in the ktor app?arnaud.giuliani
05/09/2023, 4:47 PM