How can I update the kotlin compiler for js (kotlinc-js) wich can be found in the IntelliJ IDEA folder (plugins\Kotlin\kotlinc\bin)???
b
bashor
09/25/2017, 11:00 AM
Try to update Kotlin plugin, but note new version can be placed in a different path than bundled version.
h
hiperbou
09/25/2017, 11:03 AM
I've updated the Kotlin plugin to the latest 1.1.50 but contents of that folder aren't changed and calling kotlinc-js -version still shows the old1.1.4-3
hiperbou
09/25/2017, 11:07 AM
Ok, it's on C:\Users\%USERNAME%\.IdeaIC2017.2\config\plugins\Kotlin\kotlinc\ I was confused with the version bundled with Intellij IDEA.. Thanks!