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