fwcd / fwcd/kotlin-language-server
No script runtime was found in the classpath: class 'kotlin.script.templates.standard.ScriptTemplateWithArgs' not found. Please add kotlin-script-runtime.jar to the module dependencies.kotlin(MISSING_SCRIPT_STANDARD_TEMPLATE)
- Dominant language
- Kotlin
- Stars
- 2k
- Forks
- 252
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
All lines in `build.gradle.kts` have this error:
```
No script runtime was found in the classpath: class 'kotlin.script.templates.standard.ScriptTemplateWithArgs' not found. Please add kotlin-script-runtime.jar to the module dependencies.kotlin(MISSING_SCRIPT_STANDARD_TEMPLATE)
```
**Extension version**
0.2.11
**Additional context**
gradle 0.6.1
kotlin jvm plugin 1.3.61
Used through Remote SSH on a remote Linux server
`gradle run` from the command line on the server runs the app fine
Let me know what additional info I should provide to help troubleshooting.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.