Drop TopDownAnalysisParameters#isAnalyzingBootstrapLibrary()
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ private object KotlinResolveDataProvider {
|
||||
).getLazyTopDownAnalyzerForTopLevel()!!
|
||||
|
||||
lazyTopDownAnalyzer.analyzeDeclarations(
|
||||
TopDownAnalysisParameters.create(false, false),
|
||||
TopDownAnalysisParameters.create(false),
|
||||
listOf(analyzableElement)
|
||||
)
|
||||
return AnalysisResult.success(
|
||||
|
||||
Reference in New Issue
Block a user