Reduce external dependencies in :kotlin-native:kotlin-native-library-reader
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user