[LL FIR] Pass correct session invalidators to LLFirSessionFactory
This commit is contained in:
committed by
Space Team
parent
fdf515baff
commit
2f876a2094
+2
-2
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user