Core module for building asynchronous web servers and applications in Kotlin using the Ktor framework.
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-core</artifactId>
<version>3.4.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Start a simple Ktor server with a GET route
Ensure you have kotlinx-coroutines-core dependency and use structured concurrency (e.g., launch inside application scope).
No dependency data recorded yet.