For instance, if you wanted to be able to evaluate...
# ktor
m
For instance, if you wanted to be able to evaluate a dir full of files (
01-defaults
,
02-my-local-dev-customizations
, etc), here's one way: https://bitbucket.org/marshallpierce/ktor-demo/src/c249989860048cda73283c3e12c1295178d4db37/src/main/kotlin/org/mpierce/ktordemo/KtorDemo.kt#lines-177 ... but there are dozens of ways to do config, and many of them don't suck, so do whatever works for you. My point is simply that you are not tied to what ktor ships out of the box (IMO, that was an overreach for ktor -- should have stuck to just being a good embedded web server)