Category: Kotlin Tutorial

  • Kotlin Environment Setup (Command line)

    Prerequisite Since Kotlin runs on JVM, it is necessary to install JDK and setup the JDK and JRE path in local system environment variable. To setup Kotlin for command line, you have to pre install JDK 1.6+ or above. To install JDK and set path of JDK and JRE refer link Set Path in Java . Setup…

  • What is Kotlin

    Kotlin is a general-purpose, statically typed, and open-source programming language. It runs on JVM and can be used anywhere Java is used today. It can be used to develop Android apps, server-side apps and much more. History of Kotlin Kotlin was developed by JetBrains team. A project was started in 2010 to develop the language and officially,…