Better fix for compiler plugin test initialization

The previous one didn't work in 191.
Also revert changes in tests-common module.
This commit is contained in:
Nikolay Krasko
2019-12-26 17:06:21 +03:00
parent 1715f1a864
commit 70067bc9bf
3 changed files with 4 additions and 5 deletions
+2 -4
View File
@@ -13,14 +13,12 @@ dependencies {
runtime(kotlinStdlib())
Platform[192].orHigher {
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
}
testCompile(project(":compiler:backend"))
testCompile(project(":compiler:cli"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(commonDep("junit:junit"))
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
sourceSets {