I am attempting to build the Kotlin Gradle Plugin ...
# build-tools
a
I am attempting to build the Kotlin Gradle Plugin from source and I have grabbed the latest version off of Github. In the instructions it says
For local development, if you’re not working on bytecode generation or the standard library, it’s OK to have only JDK 8 installed, and to point all of the environment variables mentioned above to your JDK 8 installation.
When I do that I get the following error:
Copy code
A problem occurred configuring root project 'kotlin'.
> Invalid environment value JDK_16: "/Library/Java/JavaVirtualMachines/jdk1.8.0_92.jdk/Contents/Home", expecting JDK home path
What am I doing wrong here?
i
You should remove quotes around path
Btw, this question is better suited to #kontributors channel
a
Thanks, tried to find it with a search of “contribut” but I see why I didn’t find it now 🙂