Updated to Kotlin 1.8.20

This commit is contained in:
RVG|lory 2023-04-08 17:35:00 +02:00 committed by GitHub
parent 86d897d580
commit 0c253a667d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 0 deletions

6
packages/kotlin/1.8.20/compile vendored Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
rename 's/$/\.kt/' "$@" # Add .kt extension
# Compile Kotlin code to a jar file
kotlinc *.kt -include-runtime -d code.jar