mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-04 02:46:28 +02:00
pkg(kotlin-1.8.0): Added Kotlin 1.8.0
This commit is contained in:
parent
17c4fdb51e
commit
fe3a636b0a
6 changed files with 36 additions and 0 deletions
6
packages/kotlin/1.8.0/compile
vendored
Normal file
6
packages/kotlin/1.8.0/compile
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
rename 's/$/\.kt/' "$@" # Add .kt extension
|
||||
|
||||
# Compile Kotlin code to a jar file
|
||||
kotlinc *.kt -d code.jar
|
Loading…
Add table
Add a link
Reference in a new issue