Build: Fix intellij dependency leak from ir tree module
This commit is contained in:
@@ -10,6 +10,9 @@ dependencies {
|
||||
compile(project(":compiler:frontend"))
|
||||
compileOnly(intellijDep())
|
||||
compile(project(":kotlin-native:kotlin-native-library-reader"))
|
||||
|
||||
testCompileOnly(intellijDep())
|
||||
testRuntimeOnly(intellijDep())
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user