Kotlin Programming Language Welcome toKotlin! Some handy links: Editing Kotlin Build environment requirements In order to build Kotlin distribution you need to have: JDK 1.6, 1.7, 1.8 and 9 Setup environment variables as following: JAVA_HOME="path to JDK 1.8" JDK_16="path to JDK 1.6" JDK_...