When using Koin alongside Ktor how do I enable autoreload? I can't use the commandLineEnvironment parameter alongside the watchlist and not using commandLineEnvironment makes koin crash.
I have an application.conf file that defines the package to watch but I can't seem to make it actually reload.