Skip to content

Instantly share code, notes, and snippets.

@linux-china
Created August 16, 2018 22:58
Show Gist options
  • Save linux-china/e6a0f7ec129cb066cdc08c849207ce08 to your computer and use it in GitHub Desktop.
Save linux-china/e6a0f7ec129cb066cdc08c849207ce08 to your computer and use it in GitHub Desktop.
Kotlin script to native image
kotlinc -include-runtime hello.kt -d hello.jar
native-image -jar hello.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment