Hello,
I am having hard time to run Kotlin. Can you please help?
Here is my setup;



Error I am getting:

Am I missing something here?
You need to update kotlin in 'code-runner.executorMap' of https://github.com/formulahendry/vscode-code-runner/blob/master/package.json#L128.
"kotlin": "cd $dir && C:\\Programs2\\***\\kotlinc.bat $fileName -include-runtime -d $fileNameWithoutExt.jar && java -jar $fileNameWithoutExt.jar"
Most helpful comment
You need to update kotlin in 'code-runner.executorMap' of https://github.com/formulahendry/vscode-code-runner/blob/master/package.json#L128.