implementation("io.ktor:ktor-server-cio:3.2.4")
Enables building asynchronous web servers using a coroutine-based I/O model. Supports multiple platforms and environments. Does not support HTTP/2.