I started off with the tutorial for learning Kotlin in IntelliJ
.When I tried running the example i.e
fun main(args: Array) {
prin
I was too getting this error, but i have solved this using below concept.
This error comes because of not configuring java properly.