Configuring Autoreload for Ktor

In this post, we’ll be going over how to create a basic Ktor project and configuring it with autoreload, a feature that automatically rebuilds the code on file changes. Furthermore, we’ll explore two ways of building and running the application: via the command line and via the IDE. Creating a Ktor project Using the latest version of IntelliJ IDEA, ensure the latest Ktor plugin is installed. This plugin provides us with a convenient user interface to generate new Ktor projects....

June 23, 2020 · 4 min · Danilo Herrera