Kotlin in Action Witness the horror of me writing everything I know about kotlin into a single source file. Make the target directory mkdir target Compile the classes kotlinc src/App.kt -include-runtime -d target/App.jar Run the app java -jar target/App.jar