Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 363 Bytes

ProGuard

Sample project for Ktor packed as a JAR and minimized using ProGuard.

Running

To run this sample execute:

./gradlew minimizedJar
java -jar build/libs/my-application.min.jar

And navigate to http://localhost:8080/ to see the sample home page.