Remove unnecessary dependencies of 'fir2ir:jvm-backend'

This commit is contained in:
Alexander Udalov
2020-04-23 19:10:00 +02:00
parent 2815bb88c2
commit 403cdedf2e
@@ -1,8 +1,3 @@
/*
* Copyright 2000-2018 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
plugins { plugins {
kotlin("jvm") kotlin("jvm")
id("jps-compatible") id("jps-compatible")
@@ -15,12 +10,9 @@ dependencies {
compileOnly(project(":compiler:fir:tree")) compileOnly(project(":compiler:fir:tree"))
compileOnly(project(":compiler:fir:fir2ir")) compileOnly(project(":compiler:fir:fir2ir"))
compileOnly(project(":compiler:ir.tree")) compileOnly(project(":compiler:ir.tree"))
compileOnly(project(":compiler:ir.psi2ir"))
compileOnly(project(":compiler:ir.backend.common"))
compileOnly(project(":compiler:backend")) compileOnly(project(":compiler:backend"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core", "asm-all", rootProject = rootProject) } compileOnly(intellijCoreDep()) { includeJars("intellij-core", "asm-all", rootProject = rootProject) }
} }
sourceSets { sourceSets {