implementation("io.ktor:ktor-server-servlet:3.2.4")
Enables deployment of applications within servlet containers like Tomcat or Jetty by providing a `ServletApplicationEngine` that delegates control to the container.