Add ability to provide specific AbsentDescriptorHandler
#EA-457188 Merge-request: KT-MR-8900 Merged-by: Vladimir Dolzhenko <Vladimir.Dolzhenko@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
41278d0797
commit
3e99807436
+3
-1
@@ -55,7 +55,9 @@ private fun createFakeTopDownAnalyzerForNative(
|
||||
NativePlatforms.unspecifiedNativePlatform,
|
||||
NativePlatformAnalyzerServices,
|
||||
bindingTrace,
|
||||
languageVersionSettings
|
||||
languageVersionSettings,
|
||||
optimizingOptions = null,
|
||||
absentDescriptorHandlerClass = null
|
||||
)
|
||||
|
||||
configureStandardResolveComponents()
|
||||
|
||||
Reference in New Issue
Block a user