implementation("io.ktor:ktor-server-cors:3.3.2")
Enables configuration of cross-origin resource sharing (CORS) settings, allowing control over permitted hosts, HTTP methods, and client-set headers.