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
@@ -25,7 +25,6 @@ dependencies {
testCompile(project(":compiler:fir:entrypoint"))
testCompile(projectTests(":compiler:test-infrastructure-utils"))
testCompile(project(":kotlin-preloader"))
testCompile(androidDxJar()) { isTransitive = false }
testCompile(commonDep("com.android.tools:r8"))
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }