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,