When using Koin alongside Ktor how do I enable aut...
# ktor
t
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.
d
it is not a package, it is more like a folder (a substring of the full path to the
.jar
file or classpath)
t
I figured it out, the build wasn't passing because what I was changing was part of a test 😄
👻 1
👍 1