Remove obsolete dependency for dx

This commit is contained in:
Mikhael Bogdanov
2021-01-29 13:21:24 +01:00
parent be9ef8f3c8
commit 6a29097a8c
16 changed files with 0 additions and 117 deletions
@@ -32,7 +32,6 @@ dependencies {
testCompileOnly(project(":kotlin-reflect-api"))
testRuntimeOnly(project(":kotlin-reflect"))
testRuntimeOnly(project(":core:descriptors.runtime"))
testRuntimeOnly(androidDxJar())
testRuntimeOnly(project(":compiler:fir:fir2ir:jvm-backend"))
testImplementation(intellijCoreDep()) { includeJars("intellij-core") }