[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,
|
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,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user