[INFO] --- kotlin-maven-plugin:1.0.0-beta-4584:js (default-cli) @ example --- [INFO] Kotlin Compiler version 1.0.0-beta-4584 [INFO] Compiling Kotlin sources from [/Users/alex/my/project/loxal/kotlin-javascript-hello-world/src/main/kotlin] [ERROR] /Users/alex/my/project/loxal/kotlin-javascript-hello-world/src/main/kotlin/net/loxal/example/kotlin/hello-world.kt: (19, 8) Unresolved reference: org [ERROR] /Users/alex/my/project/loxal/kotlin-javascript-hello-world/src/main/kotlin/net/loxal/example/kotlin/hello-world.kt: (20, 15) Unresolved reference: browser [ERROR] /Users/alex/my/project/loxal/kotlin-javascript-hello-world/src/main/kotlin/net/loxal/example/kotlin/hello-world.kt: (25, 17) Unresolved reference: document [ERROR] /Users/alex/my/project/loxal/kotlin-javascript-hello-world/src/main/kotlin/net/loxal/example/kotlin/hello-world.kt: (25, 57) Unresolved reference: HTMLElement [ERROR] /Users/alex/my/project/loxal/kotlin-javascript-hello-world/src/main/kotlin/net/loxal/example/kotlin/hello-world.kt: (28, 5) Unresolved reference: println [ERROR] /Users/alex/my/project/loxal/kotlin-javascript-hello-world/src/main/kotlin/net/loxal/example/kotlin/hello-world.kt: (36, 5) Unresolved reference: console [ERROR] /Users/alex/my/project/loxal/kotlin-javascript-hello-world/src/main/kotlin/net/loxal/example/kotlin/hello-world.kt: (44, 5) Unresolved reference: js