Hi! I’m trying out Ktor and can’t get auto-reload to work. I’ve added watch [ project-name ] to application.json under ktor.deployment. Then I build using ./gradlew -t build and run the app in a separate tab using ./gradlew run. The project is set up using the Ktor project wizard in IDEA I have a / route responding with plain text. When I load / in the browser it displays the text, but if I change the text and reload / in the browser it returns 200, but no text. I’m not sure how to figure out what goes wrong since I don’t get any errors in the terminal windows or in the response. Any ideas on how to figure out what’s going wrong?