Skip to content

Commit 57157f0

Browse files
committed
Fix goto definition for symbols inside jars
1 parent a6cb058 commit 57157f0

File tree

1 file changed

+1
-0
lines changed
  • server/src/main/kotlin/org/javacs/kt/compiler

1 file changed

+1
-0
lines changed

server/src/main/kotlin/org/javacs/kt/compiler/Compiler.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ private class CompilationEnvironment(
117117
put(CommonConfigurationKeys.LANGUAGE_VERSION_SETTINGS, languageVersionSettings)
118118
put(CLIConfigurationKeys.MESSAGE_COLLECTOR_KEY, LoggingMessageCollector)
119119
add(ComponentRegistrar.PLUGIN_COMPONENT_REGISTRARS, ScriptingCompilerConfigurationComponentRegistrar())
120+
put(JVMConfigurationKeys.USE_PSI_CLASS_FILES_READING, true)
120121

121122
addJvmClasspathRoots(classPath.map { it.toFile() })
122123
addJavaSourceRoots(javaSourcePath.map { it.toFile() })

0 commit comments

Comments
 (0)