Move JS binary version utilities to 'js.config'
This allows to replace dependency of 'util' on 'deserialization' with dependency on 'descriptors'.
This commit is contained in:
committed by
Alexander Udalov
parent
fe5104b865
commit
7bb77e5672
@@ -1,4 +1,3 @@
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
@@ -6,7 +5,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
compile(project(":compiler:util"))
|
||||
compile(project(":core:descriptors"))
|
||||
compile(project(":core:deserialization"))
|
||||
compileOnly(intellijDep()) { includeJars("trove4j") }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user