Eclipse will not build a kotlin project

Hello - I do not have any class files in kotlin_bin.

At the moment it is pointed to C:\kotlin-project-test (which is the same as project directory). Pointing it to C:\kotlin-project-test\bin does not work either.

Here is MyClass.kt:

package mypackage

open class MyClass

fun main(args: Array) {
System.out.println(“Hello World”)

}

kotlin_bin:
image

image

filesystem:
image