KOTLIN COLLECTIONS

1. Development tools

  • java

  • javac

  • kotlin

  • kotlinc

2. Compile and run

Compile the Kotlin source code

kotlinc src/main.kt -include-runtime -d out/main.jar

Run the actual Kotlin program

java -jar out/main.jar