Reduce external dependencies in :kotlin-native:kotlin-native-library-reader

This commit is contained in:
Dmitriy Dolovov
2020-01-28 11:42:41 +07:00
parent 1b472b6b12
commit 3b33df6564
4 changed files with 5 additions and 8 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ dependencies {
compileOnly(intellijPluginDep("java"))
}
compile(project(":kotlin-native:kotlin-native-library-reader"))
compile(project(":kotlin-native:kotlin-native-utils"))
testCompileOnly(intellijDep())
testRuntimeOnly(intellijDep())
}