<@U0PQ0GVLM> you mean in the `Procfile`? You could...
# ktor
c
@marcinmoskala you mean in the
Procfile
? You could do
web: java -cp build/libs/*.jar ...
i think. If there are other jars in
build/libs
you could set
destinationDir
on the
jar
task to a
build/server
(which is common).