Do you need a quick setup of a desktop jvm application written in Kotlin? Just clone this repo.
Run the main.kt
file using the IDE (the class is template.MainKt
)
Make a runnable jar by executing dist.sh
. It will also generate a build/dist/dist.zip
for quick deployments