[FIR] Don't register FirJavaElementFinder for common session

This commit is contained in:
Dmitriy Novozhilov
2022-02-15 17:21:50 +03:00
committed by teamcity
parent b47cc86c57
commit 44bfb6fde8
5 changed files with 17 additions and 5 deletions
@@ -43,6 +43,7 @@ fun createSessionForTests(
lookupTracker = null,
providerAndScopeForIncrementalCompilation = null,
extensionRegistrars = emptyList(),
needRegisterJavaElementFinder = true,
dependenciesConfigurator = {
friendDependencies(friendsPaths)
}
@@ -69,6 +70,7 @@ fun createSessionForTests(
lookupTracker = null,
providerAndScopeForIncrementalCompilation = null,
extensionRegistrars = emptyList(),
needRegisterJavaElementFinder = true,
dependenciesConfigurator = {
friendDependencies(friendsPaths)
}