Move CommonResolverForModuleFactory to 'frontend'
This will allow to get rid of dependency of 'cli-common' on 'frontend'.
This commit is contained in:
committed by
Alexander Udalov
parent
9e014e462b
commit
4aa47be202
-1
@@ -51,7 +51,6 @@ class CommonAnalysisParameters(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A facade that is used to analyze common (platform-independent) modules in multi-platform projects.
|
* A facade that is used to analyze common (platform-independent) modules in multi-platform projects.
|
||||||
* See [CommonPlatform]
|
|
||||||
*/
|
*/
|
||||||
class CommonResolverForModuleFactory(
|
class CommonResolverForModuleFactory(
|
||||||
private val platformParameters: CommonAnalysisParameters,
|
private val platformParameters: CommonAnalysisParameters,
|
||||||
@@ -8,7 +8,6 @@ package org.jetbrains.kotlin.idea.core.platform.impl
|
|||||||
import com.intellij.icons.AllIcons
|
import com.intellij.icons.AllIcons
|
||||||
import com.intellij.openapi.project.Project
|
import com.intellij.openapi.project.Project
|
||||||
import com.intellij.openapi.roots.libraries.Library
|
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.cli.common.arguments.CommonCompilerArguments
|
||||||
import org.jetbrains.kotlin.descriptors.DeclarationDescriptor
|
import org.jetbrains.kotlin.descriptors.DeclarationDescriptor
|
||||||
import org.jetbrains.kotlin.gradle.KotlinPlatform
|
import org.jetbrains.kotlin.gradle.KotlinPlatform
|
||||||
|
|||||||
Reference in New Issue
Block a user