implementation("io.ktor:ktor-server-resources:3.3.2")
Enables type-safe routing by defining routes as annotated classes, ensuring compile-time validation of paths and parameters.