txlyre hace 1 año
padre
commit
655de1b8be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      langs/kotlin/run.sh

+ 1 - 1
langs/kotlin/run.sh

@@ -2,4 +2,4 @@ IN="$(mktemp --suffix .kts)"
 
 cat > "$IN"
 
-kotlinc -script "$IN"
+java -jar $KOTLIN_HOME/lib/kotlin-compiler.jar -script "$IN"