pkg(kotlin-1.4.31): use jdk8 with kotlin

This commit is contained in:
Dan Vargas 2021-05-12 19:51:26 -05:00
parent 3e9705bcd3
commit b96d01d3d4
5 changed files with 11 additions and 9 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/env bash
# Put instructions to compile source code, remove this file if the language does not require this stage
rename 's/$/\.kt/' "$@" # Add .kt extension
kotlinc *.kt -include-runtime -d code.jar
# Compile Kotlin code to a jar file
kotlinc *.kt -include-runtime -d code.jar