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
@@ -115,7 +115,6 @@ dependencies {
testCompileOnly(intellijPluginDep("coverage"))
testRuntimeOnly(toolsJar())
testRuntime(project(":native:kotlin-native-utils")) { isTransitive = false }
testRuntime(commonDep("org.jetbrains", "markdown"))
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(project(":kotlin-reflect"))