implementation("io.ktor:ktor-server-cors:3.5.0")
Enables configuration of cross-origin resource sharing (CORS) policies, allowing control over permitted origins, methods, and headers.