If you go that route, you'll need to create a 'fat...
# ktor
m
If you go that route, you'll need to create a 'fat jar' that has all dependencies in it. I just use gradle's
application
plugin, which produces a tarball containing a shell script and all needed jars. Less opportunity for things to go wrong than with a fat jar.