Use constantSdkDependencyIfAny in getKeyForSdk as well

This commit is contained in:
Dmitry Savvinov
2019-12-10 21:23:25 +03:00
parent 5b8be16f13
commit f45c11c6f2
6 changed files with 8 additions and 8 deletions
@@ -132,7 +132,7 @@ class NativePlatformKindResolution : IdePlatformKindResolution {
override val kind get() = NativeIdePlatformKind
override fun getKeyForBuiltIns(moduleInfo: ModuleInfo): BuiltInsCacheKey = NativeBuiltInsCacheKey
override fun getKeyForBuiltIns(moduleInfo: ModuleInfo, sdkInfo: SdkInfo?): BuiltInsCacheKey = NativeBuiltInsCacheKey
override fun createBuiltIns(moduleInfo: ModuleInfo, projectContext: ProjectContext, sdkDependency: SdkInfo?) =
createKotlinNativeBuiltIns(moduleInfo, projectContext)