More NoClassDefFoundError fixes in tests after 192 update

This commit is contained in:
Nikolay Krasko
2019-07-02 12:34:09 +03:00
parent ba64600ee5
commit 8b05d4df46
2 changed files with 9 additions and 1 deletions
+4 -1
View File
@@ -16,8 +16,11 @@ dependencies {
testRuntimeOnly(intellijDep()) {
includeJars("guava", rootProject = rootProject)
}
testRuntimeOnly(project(":kotlin-compiler"))
Platform[192].orHigher {
testRuntimeOnly(intellijDep()) { includeJars("platform-concurrency") }
}
testCompile(project(":compiler:backend"))
testCompile(project(":compiler:cli"))