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