kotlin extension
This commit is contained in:
parent
d2c36d8a54
commit
a1209cdfd5
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Put instructions to compile source code, remove this file if the language does not require this stage
|
# Put instructions to compile source code, remove this file if the language does not require this stage
|
||||||
kotlinc "$@" -include-runtime -d code.jar
|
|
||||||
|
rename 's/$/\.kt/' "$@" # Add .kt extension
|
||||||
|
|
||||||
|
kotlinc *.kt -include-runtime -d code.jar
|
Loading…
Reference in New Issue