Hi all! I’m new to Kotlin and Ktor. I just generated a Ktor project from https://start.ktor.io/. I added the routing, content negotiation, and kotlinx.serialization plugins. When I try to build my project I’m getting a
Kotlin requires you to import everything you use in your file (with a few exceptions, e.g. standard library stuff). Some (most?) IDEs that support Kotlin would help you with this by providing “fixes” to import those classes for you. simple smile