Can Ktor serve jar resources in addition to local ...
# ktor
r
Can Ktor serve jar resources in addition to local filesystem files, or do I need to unzip my jar on startup?
o
Hmm, nothing about resources there… Need to fix it.
Basically, same as files
Copy code
static {
                    staticBasePackage = "java.util"
                    resource("ArrayList.class")
                }
r
Thanks, it works 🙂 Both the source code and the website need some more documentation though
o
You could help us and send PR to docs 🙂 https://github.com/ktorio/ktorio.github.io