Get rid of some targetPlatform.builtIns usages
Retrieve builtIns from module itself when adding dependencies on them
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ public enum TopDownAnalyzerFacadeForJVM {
|
||||
MutableModuleContext context = ContextKt.ContextForNewModule(
|
||||
project, Name.special("<" + moduleName + ">"), JvmPlatform.INSTANCE
|
||||
);
|
||||
context.setDependencies(context.getModule(), JvmPlatform.INSTANCE.getBuiltIns().getBuiltInsModule());
|
||||
context.setDependencies(context.getModule(), context.getBuiltIns().getBuiltInsModule());
|
||||
return context;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user