From 232184047b2a47e08f7ee89e87505dac49d1169a Mon Sep 17 00:00:00 2001 From: Dmitry Gridin Date: Fri, 8 Jul 2022 18:23:28 +0200 Subject: [PATCH] move PackagePartClassUtils to frontend.common.jvm ^KT-53097 --- compiler/frontend.common.jvm/build.gradle.kts | 1 + .../org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt | 0 2 files changed, 1 insertion(+) rename compiler/{frontend.common-psi => frontend.common.jvm}/src/org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt (100%) diff --git a/compiler/frontend.common.jvm/build.gradle.kts b/compiler/frontend.common.jvm/build.gradle.kts index a1cc3b7dc5b..616643c59fd 100644 --- a/compiler/frontend.common.jvm/build.gradle.kts +++ b/compiler/frontend.common.jvm/build.gradle.kts @@ -12,6 +12,7 @@ dependencies { compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all")) implementation(project(":core:descriptors.jvm")) + api(project(":compiler:psi")) } diff --git a/compiler/frontend.common-psi/src/org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt b/compiler/frontend.common.jvm/src/org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt similarity index 100% rename from compiler/frontend.common-psi/src/org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt rename to compiler/frontend.common.jvm/src/org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt