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
View File
@@ -23,7 +23,6 @@ dependencies {
}
testRuntime(intellijRuntimeAnnotations())
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":kotlin-preloader"))