Albeiro-Dev
3/24/2020 - 12:39 PM

How to configure kotlin on Intellij DEA

1. You have to create a Gradle project an choose the Kotlin/JVM Option
2. You will see that a src folder will be created. Inside you will find a folder called "kotlin". 
  There, you will create your main kotlin class
3.