Compiling a .kt file with kotlinc,

kotlinc file.kt -include-runtime -d file.jar

Execute your jar,

java -jar file.jar