More NoClassDefFoundError fixes in tests after 192 update
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user