Learnerslesson
   JAVA   
  SPRING  
  SPRINGBOOT  
 HIBERNATE 
  HADOOP  
   HIVE   
   ALGORITHMS   
   PYTHON   
   GO   
   KOTLIN   
   C#   
   RUBY   
   C++   




KOTLIN - INSTALLATION


To run Kotlin Programms in you PC, you need to install JDK first and setup JDK and JRE in your PC.


Installation of Kotlin


Below are the steps to install Kotlin on Windows OS :

  1. Kotlinto the below link and download the latest version of Kotlin.

    https://github.com/JetBrains/kotlin/releases/latest
    java_Collections
  2. Then scroll down and click on the zip file (Currently it is 'kotlin-compiler-1.5.31.zip',but it could be different later) under Assets.
    java_Collections
  3. You can see the zip file downloaded.
    java_Collections
  4. Now unzip the zip file.
    java_Collections

And Kotlin is ready to use.


Running a Kotlin Program


The preferred way to run Kotlin is using IntelliJ or Eclipse IDE.


We will be showing how to run Kotlin using IntelliJ IDE.


TO BE DONE IMPORTANT