https://kotlinlang.org logo
#compiler
Title
# compiler
a

Akshit Sinha

02/25/2023, 5:30 PM
I'm trying to compile the Kotlin compiler using
gradlew dist
but getting this error. Any idea what might be the cause? Is it the JDK version or something?
n

napperley

02/26/2023, 8:59 PM
A similar error is encountered although I am using Linux as the host. It seems that the JB Space servers that host the JDK dependencies is down.
With the Kotlin code base it requires JDK 7 or 6. Have you installed any of these JDKs?
7 Views