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 -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"))