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
-1
View File
@@ -52,7 +52,6 @@ dependencies {
testCompile(project(":kotlin-scripting-compiler-impl"))
testCompile(projectTests(":compiler:test-infrastructure-utils"))
testCompile(commonDep("junit:junit"))
testCompile(androidDxJar()) { isTransitive = false }
testCompile(commonDep("com.android.tools:r8"))
testCompileOnly(project(":kotlin-reflect-api"))
testCompileOnly(toolsJar())