Move CommonResolverForModuleFactory to 'frontend'

This will allow to get rid of dependency of 'cli-common' on 'frontend'.
This commit is contained in:
Alexander Udalov
2020-03-15 12:35:01 +01:00
committed by Alexander Udalov
parent 9e014e462b
commit 4aa47be202
2 changed files with 0 additions and 2 deletions
@@ -51,7 +51,6 @@ class CommonAnalysisParameters(
/**
* A facade that is used to analyze common (platform-independent) modules in multi-platform projects.
* See [CommonPlatform]
*/
class CommonResolverForModuleFactory(
private val platformParameters: CommonAnalysisParameters,
@@ -8,7 +8,6 @@ package org.jetbrains.kotlin.idea.core.platform.impl
import com.intellij.icons.AllIcons
import com.intellij.openapi.project.Project
import com.intellij.openapi.roots.libraries.Library
import org.jetbrains.kotlin.analyzer.common.CommonResolverForModuleFactory
import org.jetbrains.kotlin.cli.common.arguments.CommonCompilerArguments
import org.jetbrains.kotlin.descriptors.DeclarationDescriptor
import org.jetbrains.kotlin.gradle.KotlinPlatform