[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, project,
useSiteKtModule, useSiteKtModule,
globalComponents, globalComponents,
libraryAsUseSiteSessionCache.sessionInvalidator, sourceAsUseSiteSessionCache.sessionInvalidator,
sessions, sessions,
librariesSessionFactory, librariesSessionFactory,
configureSession = configureSession, configureSession = configureSession,
@@ -101,7 +101,7 @@ class LLFirSessionProviderStorage(val project: Project) {
val session = LLFirSessionFactory.createNotUnderContentRootResolvableSession( val session = LLFirSessionFactory.createNotUnderContentRootResolvableSession(
project, project,
useSiteKtModule, useSiteKtModule,
libraryAsUseSiteSessionCache.sessionInvalidator, notUnderContentRootSessionCache.sessionInvalidator,
sessions, sessions,
configureSession = configureSession, configureSession = configureSession,
) )