Hello, I am experimenting with the Ktor autoreload feature. I specify my
module
as a function reference (not as a labmda), as instructed, and set the
watchPaths
to my projects directory. When I launch the server, it shows a bunch of
... DEBUG ktor.application - Watching ...
messages with all the paths that are in the specified directory. So I suspect, it initializes ok. However, when I change anything in any of these files, there's no reaction from Ktor, no reloading, and not even an error or debug message.