@alchemized/skylink
v0.1.0-alpha-15
Published
_Gradle config for compiling Kotlin source to binary using jLink_
Downloads
34
Readme
Skylink
Gradle config for compiling Kotlin source to binary using jLink
Prerequisites
- jdk
Setup
- Clone this project or Use this template.
- If you are cloning this project you need to delete
.git
directory and initialise a new one.
$ rm -rf .git && git init
Development
- Build project:
$ ./gradlew :app:build
- Create binary:
$ ./gradlew :app:release
- Run binary:
./app/build/jlink/skylink