I have auto-reload enabled and class changes lead ...
# ktor
p
I have auto-reload enabled and class changes lead to “Changes in application detected” and reloading of my ktor module, however the module is NOT actually reloaded. I use adopt-openjdk-15 on mac os and run ktor from within intellij idea as an kotlin application. the module callback is an top level extension function. any idea what possibly goes wrong?
h
Is it possible for you try with a different JDK? Just to discard the issue?
p
I tried to with adopt / azul 1.8 / 11 // 15 and it made no difference