[K/N] De-duplicate code for mangling objc interop function names

Extract the duplicated functionality to the
`ObjCFunctionNameMangleComputer` class.
This commit is contained in:
Sergej Jaskiewicz
2023-08-24 15:13:45 +02:00
committed by teamcity
parent 0fd4f10f6c
commit e3b5dc509c
6 changed files with 185 additions and 133 deletions
+1
View File
@@ -9,6 +9,7 @@ dependencies {
implementation(project(":compiler:fir:resolve"))
implementation(project(":compiler:fir:fir2ir"))
implementation(project(":compiler:ir.serialization.common"))
implementation(project(":compiler:ir.serialization.native"))
}