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
asad.awadia
02/05/2018, 12:04 AM
do you have the jdk installed?
asad.awadia
02/05/2018, 12:04 AM
can you do
java -version
in terminal?
y
yole
02/05/2018, 10:28 AM
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