Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 329 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 329 Bytes

swing-kotlin-template

Do you need a quick setup of a desktop jvm application written in Kotlin? Just clone this repo.

Execution

Run the main.kt file using the IDE (the class is template.MainKt)

Deployment

Make a runnable jar by executing dist.sh. It will also generate a build/dist/dist.zip for quick deployments