I tried adding `, watchPaths = arrayListOf("contro...
# ktor
d
I tried adding
, watchPaths = arrayListOf("controller")
in
embeddedServer
, but it gave me this error:
Exception in thread "main" java.lang.RuntimeException: Module function provided as lambda cannot be unlinked for reload
...?