to the letter in getting helloworld to run, but I’m having problems. No matter what I do, I cannot seem to find the menu entry that shows “Run namespace” so I can run the app.
Here is my Kotlin file:
import java.util.ArrayList
fun main(args : ArrayList<String>) : Unit {
print(“hello ${args[0]}”)
}
Attached is a screenshot showing my options when I bring up the menu in the editor.
I’m using EAP 114.145 11.1 and plugin version kotlin-plugin-0.1.1358.zip.
Can someone suggest what I may be doing wrong? I’ve spent an hour trying to figure this out, but to no avail.