implementation("io.ktor:ktor-server-resources:3.2.4")
Enables type-safe routing by defining resources as annotated classes, facilitating structured and maintainable server-side code.