Move parametersMap.kt to 'cli-common'
Also reformat and slightly refactor it. This allows to get rid of dependency of 'util' on 'kotlin-reflect-api'.
This commit is contained in:
committed by
Alexander Udalov
parent
92534eadaa
commit
87da4be9bb
@@ -7,7 +7,6 @@ dependencies {
|
||||
api(kotlinStdlib())
|
||||
api(project(":compiler:compiler.version"))
|
||||
|
||||
compileOnly(project(":kotlin-reflect-api"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }
|
||||
compileOnly(jpsStandalone()) { includeJars("jps-model") }
|
||||
|
||||
Reference in New Issue
Block a user