Refactor AnalyzerFacade: move module.initialize() outside of createResolverForModule()

This commit is contained in:
Pavel V. Talanov
2015-06-15 18:42:24 +03:00
parent 997a6f1381
commit 96199ecc1f
4 changed files with 11 additions and 8 deletions
@@ -64,7 +64,7 @@ public class ModuleDescriptorImpl(
})
}
public val isInitialized: Boolean
private val isInitialized: Boolean
get() = packageFragmentProviderForModuleContent != null
public fun setDependencies(dependencies: ModuleDependencies) {