[LL FIR] Pass correct session invalidators to LLFirSessionFactory

This commit is contained in:
Marco Pennekamp
2023-01-27 18:42:44 +01:00
committed by Space Team
parent fdf515baff
commit 2f876a2094
@@ -61,7 +61,7 @@ class LLFirSessionProviderStorage(val project: Project) {
project,
useSiteKtModule,
globalComponents,
libraryAsUseSiteSessionCache.sessionInvalidator,
sourceAsUseSiteSessionCache.sessionInvalidator,
sessions,
librariesSessionFactory,
configureSession = configureSession,
@@ -101,7 +101,7 @@ class LLFirSessionProviderStorage(val project: Project) {
val session = LLFirSessionFactory.createNotUnderContentRootResolvableSession(
project,
useSiteKtModule,
libraryAsUseSiteSessionCache.sessionInvalidator,
notUnderContentRootSessionCache.sessionInvalidator,
sessions,
configureSession = configureSession,
)