We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cb058 commit 57157f0Copy full SHA for 57157f0
server/src/main/kotlin/org/javacs/kt/compiler/Compiler.kt
@@ -117,6 +117,7 @@ private class CompilationEnvironment(
117
put(CommonConfigurationKeys.LANGUAGE_VERSION_SETTINGS, languageVersionSettings)
118
put(CLIConfigurationKeys.MESSAGE_COLLECTOR_KEY, LoggingMessageCollector)
119
add(ComponentRegistrar.PLUGIN_COMPONENT_REGISTRARS, ScriptingCompilerConfigurationComponentRegistrar())
120
+ put(JVMConfigurationKeys.USE_PSI_CLASS_FILES_READING, true)
121
122
addJvmClasspathRoots(classPath.map { it.toFile() })
123
addJavaSourceRoots(javaSourcePath.map { it.toFile() })
0 commit comments