From 403cdedf2e98037210c4b4dc3616285d127355b6 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 23 Apr 2020 19:10:00 +0200 Subject: [PATCH] Remove unnecessary dependencies of 'fir2ir:jvm-backend' --- compiler/fir/fir2ir/jvm-backend/build.gradle.kts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/compiler/fir/fir2ir/jvm-backend/build.gradle.kts b/compiler/fir/fir2ir/jvm-backend/build.gradle.kts index 963d216ffd8..3d53fb60f18 100644 --- a/compiler/fir/fir2ir/jvm-backend/build.gradle.kts +++ b/compiler/fir/fir2ir/jvm-backend/build.gradle.kts @@ -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 { kotlin("jvm") id("jps-compatible") @@ -15,12 +10,9 @@ dependencies { compileOnly(project(":compiler:fir:tree")) compileOnly(project(":compiler:fir:fir2ir")) compileOnly(project(":compiler:ir.tree")) - compileOnly(project(":compiler:ir.psi2ir")) - compileOnly(project(":compiler:ir.backend.common")) compileOnly(project(":compiler:backend")) compileOnly(intellijCoreDep()) { includeJars("intellij-core", "asm-all", rootProject = rootProject) } - } sourceSets {