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.
<
It is supported now (V 3.2.1 )
I just finished upgrading my Android studio, created A new project I then waited until all the building finished ( if you are advised to upgrade something please accept )
After that I created a new Kotlin file and added your code, right click and choose the Run option and that's it .
I can see the following in the console
Hello World
Process finished with exit code 0