Cleanup dependencies of module :compiler:backend, :plugins:import-dumper

This commit is contained in:
Simon Ogorodnik
2018-08-09 15:52:45 +03:00
parent f2fec6b078
commit fca82c8e28
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -16,8 +16,7 @@ dependencies {
compile(project(":compiler:ir.psi2ir"))
compile(project(":compiler:ir.backend.common"))
compile(project(":compiler:serialization"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeJars("annotations", "asm-all", "trove4j", "guava", rootProject = rootProject) }
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "annotations", "asm-all", rootProject = rootProject) }
}
sourceSets {
+1 -1
View File
@@ -13,7 +13,7 @@ dependencies {
compile(project(":compiler:plugin-api"))
compileOnly("org.jetbrains.kotlinx", "kotlinx-serialization-runtime", kotlinxSerializationVersion) { isTransitive = false }
compile(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testCompile(projectTests(":compiler:tests-common"))