Drop redundant dependencies on :native:kotlin-native-utils

This commit is contained in:
Dmitriy Dolovov
2020-03-30 11:58:01 +07:00
parent 31a1f8ff4b
commit e69b2ed47d
9 changed files with 8 additions and 18 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ dependencies {
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
testRuntimeOnly(toolsJar())
testRuntime(project(":native:frontend.native")) { isTransitive = false }
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":native:frontend.native"))
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":idea:idea-android"))
testRuntime(project(":idea:idea-gradle"))