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