https://kotlinlang.org logo
Title
g

groostav

12/27/2017, 7:01 AM
well this is pretty frustraiting. The only thing I could find to do was go into
C:\Users\Geoff\.IntelliJIdea2017.3\config\plugins\Kotlin
deleting files and copying them over from the zip for 1.1.60 downloaded on the archives https://plugins.jetbrains.com/plugin/6954-kotlin
FML, that didnt work, and the same version of the kotlin plugin works on my laptop. 😩
please help
i guess its time to re-clone the repo and/or re-install intelliJ
k

kingsley

12/27/2017, 11:26 PM
Of course, you probably tried to invalidate caches already. Just maybe?
g

groostav

12/28/2017, 1:33 AM
yup, thats the first step i take these days
Alright, I've tried 1.1.61, 1.1.51, and 1.1.4, and all of them encounter the same error. My laptop also now encounters this error. I've downgraded to 2016.3 and it has the same problem with these versions.
I'm completely out of ideas.
k

kingsley

12/28/2017, 8:47 AM
Okay. Shit. This is really bad. Could this be from Gradle? Or perhaps, are you running Java 9? Try to make a few changes in those places too, see if it makes a difference
@groostav
g

groostav

12/28/2017, 10:15 AM
My build output was set to
./build/dev
, i changed it to
C:/Users/.../build/dev
and these problems went away.
:feelsgood:
k

kingsley

12/28/2017, 11:43 AM
Haha. Damn Windows! It wasn’t even Kotlin/IDEA all along. Happy you got it resolved anyway!
g

groostav

12/29/2017, 2:00 AM
yeah me too, I was getting pretty stressed out (which also means I was getting pretty stupid --there were a whole bunch of signs that javac/kotlinc wasnt really to blame)
👍 1