I started off with the tutorial for learning Kotlin in IntelliJ.When I tried running the example i.e
fun main(args: Array) {
prin
Sometimes this could happen because you are trying to use a project with incompatible versions of Kotlin plugin in Gradle with plugin in your IDE. Check the versions of org.jetbrains.kotlin.jvm and other Kotlin plugins in build.gradle, and version of installed kotlin plugin in your IDE, and try to make it similar: