Minor, remove unneeded dependency of 'js.parser' on 'util'
This commit is contained in:
committed by
Alexander Udalov
parent
9dd8b1821a
commit
844b0078ba
@@ -1,11 +1,10 @@
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile(project(":compiler:util"))
|
||||
api(kotlinStdlib())
|
||||
compile(project(":js:js.ast"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
}
|
||||
@@ -14,4 +13,3 @@ sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user