Drop redundant dependencies on :native:kotlin-native-utils
This commit is contained in:
@@ -35,8 +35,7 @@ dependencies {
|
||||
|
||||
testCompile(project(":idea:idea-native")) { isTransitive = false }
|
||||
testCompile(project(":idea:idea-gradle-native")) { isTransitive = false }
|
||||
testRuntime(project(":native:frontend.native")) { isTransitive = false }
|
||||
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
|
||||
testRuntime(project(":native:frontend.native"))
|
||||
|
||||
testCompile(intellijDep())
|
||||
testCompile(intellijPluginDep("properties"))
|
||||
|
||||
Reference in New Issue
Block a user