I'm confused by static resources with gradle. Ever...
# ktor
g
I'm confused by static resources with gradle. Everything in the resources folder seems to go to build/processedResources when gradle builds, but where should my root be for static resources then in the ktor routing? It doesn't necessarily seem right to point it there... when does gradle produce a build that can be distributed (there is so MUCH stuff in the build folder, not like I can put that on a disk and send to a client)?