implementation("io.ktor:ktor-resources:3.4.1")
Enables type-safe routing by defining resources as classes annotated with `@Resource`, facilitating structured and maintainable code.