@alchemized/skylink

Gradle config for compiling Kotlin source to binary using jLink

Usage no npm install needed!

<script type="module">
  import alchemizedSkylink from 'https://cdn.skypack.dev/@alchemized/skylink';
</script>

README

Skylink

Gradle config for compiling Kotlin source to binary using jLink

Build

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

License

MIT