should probably just be `ServerKt`
# ktor
r
should probably just be
ServerKt
d
Thanks for your reply. Same issue here. Looking for available workarounds.
r
hmmm, that is weird
only had to change
reloadPackages
to
watchPaths
for the latest alpha release
d
I think that I found the issue. 🙂
Application.myApp()
is private.
Thanks
r
could it be that you should be using
install(Routing)
instead of
routing {}
?
ah
ok
yeah, makes sense
d
If you are still here - how should autoreload works? When source file changed or I need to rebuild project manually?
r
my theory is that it should work when any of the classes in the watchPaths change
but I haven’t really paid much attention to it.
I just started using ktor last week
d
Got it. Thanks. I'll continue diving into this. 🙂