Skip to content

Latest commit

 

History

History
 
 

proguard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ProGuard

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

Running

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.