austynm
12/06/2017, 6:22 PMFor 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:
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?ilya.gorbunov
12/06/2017, 6:44 PMilya.gorbunov
12/06/2017, 6:49 PMaustynm
12/06/2017, 7:11 PM