Convert JetCoreEnvironment: migrate other code

This commit is contained in:
Pavel V. Talanov
2015-03-27 17:36:05 +03:00
parent 2dcf935b99
commit 5cb431c5c4
11 changed files with 13 additions and 13 deletions
@@ -89,7 +89,7 @@ public class BuiltInsSerializer(private val dependOnOldBuiltIns: Boolean) {
val builtInModule = BuiltinsSourcesModule()
val resolver = JvmAnalyzerFacade.setupResolverForProject(
GlobalContext(), environment.getProject(), listOf(builtInModule),
GlobalContext(), environment.project, listOf(builtInModule),
{ ModuleContent(files, GlobalSearchScope.EMPTY_SCOPE) },
platformParameters = JvmPlatformParameters { throw IllegalStateException() }
)