Closed harrisonmetz closed 2 years ago
Thanks so much for the contribution @harrisonmetz! Awesome to see a fix that works right away – but I've got a hunch there's a bigger problem afoot somewhere here. I have a hunch this should work as is, and there might be some metadata missing in Ktor to indicate this accordingly. I'll merge your code and rebase the final branch accordingly, but I'll have to double check if this is actually the right approach or more akin to a bandaid 😉
It seems that the
ktor-server-core-jvm
was missing from thejvmMain
sources. By only having the "common" core it could not resolve the@KtorDsl
. This fixes #18 .