Sample project for Ktor packed as a JAR and minimized using ProGuard.
Execute these command in the repository's root directory to run this sample:
./gradlew :proguard:minimizedJar
java -jar other/proguard/build/libs/my-application.min.jar
And navigate to http://localhost:8080/ to see the sample home page.