The code is simple:
fun main(args : Array<String>) {
println("Hello, world!")
}
And I have configured it as a kotlin-javascript project.
But when I compile it, it reports error in the console:
Kotlin: Unresolved reference: println
I don't know where the problem is.
Following is my screenshot, it may provide much information.