Hey, anyone can help me out on this? I encountere...
# intellij
m
Hey, anyone can help me out on this? I encountered a problem(bug?) with the idea kotlin compiler/runtime after upgrading using toolbox: The compiler fails to run with this message:
Warning:Kotlin: Classpath entry points to a non-existent location: C:\Users\moritz\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\162.2228.15\plugins\Kotlin\kotlinc\lib\kotlin-runtime.jar
My current version is
Build #IU-171.4424.56
, and the
162.2228.15
folder in Toolbox/apps/IDEA-U/ch-0 does not exist anymore. Does anyone know how to update this reference? (the "Kotlin java Runtime"-Library in the Project structure points to
C:\Users\moritz\.IntelliJIdea2017.1\config\plugins\Kotlin\kotlinc\lib\kotlin-reflect.jar
, why isn't this used when compiling?)