Collecting routes using ksp? Every now and then I ...
# ktor
e
Collecting routes using ksp? Every now and then I write a new
Route
or
Routing
extension function, then wonder why it does not work, then remember I have to
install
it, too (add it to the `routing`block). I think it should be not that hard to write a ksp module that picks up all the routes in an app, right? OTOH if this is a good idea, why wasn't this already done (afaics)?