Open
Description
I would like to use Apache Wicket's component based approach in a ktor server. I'm trying to integrate a wicket application which should make my web ui component based in an embedded ktor server but I'm not sure how to manage this.
Here is the code I would like to combine with a io.ktor.server.engine.embeddedServer call (if it's possible)