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