Build: Fix intellij dependency leak from ir tree module
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile(intellijDep()) { includeJars("util") }
|
||||
testCompile(intellijDep()) { includeJars("util") }
|
||||
testCompile(project(":core:util.runtime"))
|
||||
testCompile(projectTests(":compiler:tests-common"))
|
||||
testCompile(kotlinStdlib())
|
||||
|
||||
Reference in New Issue
Block a user