I am trying to get familiar with Kotlin to use in my android apps. So first I want to try out some simple kotlin examples, just to get familiar with syntax of kotlin.
I faced the same problem and a workaround is run your code in a test class under test folder, then right-click on Run {your test class}
test
Run {your test class}
It is enough if you only want to play with Kotlin.