I started off with the tutorial for learning Kotlin in IntelliJ.When I tried running the example i.e
IntelliJ
fun main(args: Array) { prin
Another thing I would like to add is that you need to select View -> Tool Windows -> Gradle before you can run the project using the Gradle.
If using the Gradle the project builds and runs normally but using the IntelliJ it doesn't, then this can solve the matter.