Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 562 Bytes

README.md

File metadata and controls

54 lines (47 loc) · 562 Bytes

kcompiler

Compile kotlin files to .jar files, Run .jar files using java, Compile kotlin directories.

Requirents

openjdk-11-jdk
kotlin

Applicable commands

krun
kcompiler
compile
kotlin_compiler
compile_kotlin

Arguments

-h/--help

help message

-run

run only

-CR

compile and run

input

target file or folder/directory

Usange

kcompiler hello.kt
kcompiler hello.kt -CR
kcompiler /home/user/kotlin
kcombiler hello.jar -run