[LL FIR] optimize search for fir declaration by kt declaration
Introduce new API to traverse FirFile by known declaration path instead of unoptimized findSourceByTraversingWholeTree ^KT-59454
This commit is contained in:
committed by
Space Team
parent
7b77ec9930
commit
ca521a81f8
@@ -76,6 +76,7 @@ allprojects {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-opt-in=org.jetbrains.kotlin.fir.symbols.SymbolInternals"
|
||||
freeCompilerArgs += "-opt-in=org.jetbrains.kotlin.analysis.low.level.api.fir.LLFirInternals"
|
||||
freeCompilerArgs += "-opt-in=org.jetbrains.kotlin.analysis.api.KtAnalysisApiInternals"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user