i try to build "kotlin-web-demo" but get a lot if ...
# announcements
t
i try to build "kotlin-web-demo" but get a lot if errors like "com.intellij.lang.java not found" on the current master. i am new to java / kotlin but shouldn't "./gradlew build" just works?
a
do you have the jdk installed?
can you do
java -version
in terminal?
y
what are you trying to accomplish? if you're new to Kotlin, you're supposed to use the existing Kotlin Web demo at try.kotlinlang.org, not to build your own copy