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 {