It is possible to get ktor to run on a dynamically...
# ktor
a
It is possible to get ktor to run on a dynamically-allocated port, and then tell you what port it is running on?
c
no.
you have 2 options, find a random port yourself and pass that (I found it impossible to get that working 100%). or if it is for tests, use a test-engine https://ktor.io/docs/testing.html
a
Went with option 3 - http4k 🙂