[FIR] Support creation of IR of common + platform sources in FirAnalyzerFacade
This commit is contained in:
committed by
teamcityserver
parent
df11ccf755
commit
37c096cb10
+4
@@ -290,6 +290,10 @@ class FirProviderImpl(val session: FirSession, val kotlinScopeProvider: FirKotli
|
||||
override fun getClassNamesInPackage(fqName: FqName): Set<Name> {
|
||||
return state.classesInPackage[fqName] ?: emptySet()
|
||||
}
|
||||
|
||||
fun getAllFirFiles(): List<FirFile> {
|
||||
return state.fileMap.values.flatten()
|
||||
}
|
||||
}
|
||||
|
||||
private const val rebuildIndex = true
|
||||
|
||||
Reference in New Issue
Block a user