Drop redundant dependencies on :native:kotlin-native-utils
This commit is contained in:
@@ -32,8 +32,7 @@ dependencies {
|
||||
testRuntime(project(":idea:idea-jvm"))
|
||||
testRuntime(project(":idea:idea-native")) { isTransitive = false }
|
||||
testRuntime(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"))
|
||||
|
||||
testRuntime(project(":kotlin-reflect"))
|
||||
testRuntime(project(":sam-with-receiver-ide-plugin"))
|
||||
|
||||
Reference in New Issue
Block a user