[Analysis API FIR] Use stable module name when mangling internal name

^KTIJ-25046
This commit is contained in:
aleksandrina-streltsova
2023-04-26 12:30:25 +03:00
committed by teamcity
parent a7396d8c10
commit c956b4aeae
4 changed files with 13 additions and 3 deletions
@@ -10,6 +10,7 @@ dependencies {
api(project(":compiler:frontend.common.jvm"))
api(project(":compiler:resolution.common.jvm"))
api(project(":core:compiler.common.jvm"))
implementation(project(":analysis:project-structure"))
compileOnly(intellijCore())
compileOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
}