diff --git a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/injection.kt b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/injection.kt index c14091ad40f..34df652f166 100644 --- a/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/injection.kt +++ b/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/injection.kt @@ -28,7 +28,7 @@ fun createTopDownAnalyzerProviderForKonan( initContainer: StorageComponentContainer.() -> Unit ): ComponentProvider { return createContainer("TopDownAnalyzerForKonan", NativePlatformAnalyzerServices) { - configureModule(moduleContext, NativePlatforms.defaultNativePlatform, NativePlatformAnalyzerServices, bindingTrace, languageVersionSettings) + configureModule(moduleContext, NativePlatforms.unspecifiedNativePlatform, NativePlatformAnalyzerServices, bindingTrace, languageVersionSettings) useInstance(declarationProviderFactory) useImpl()