[ObjCExport] AA: Support additional module name prefixes

^KT-65670 Fixed
This commit is contained in:
Sebastian Sellmair
2024-02-26 16:15:03 +01:00
committed by Space Team
parent 7ee2903e15
commit 436e16efd8
14 changed files with 237 additions and 28 deletions
@@ -148,7 +148,6 @@ class ObjCExportHeaderGeneratorTest(private val generator: HeaderGenerator) {
}
@Test
@TodoAnalysisApi
fun `test - functionWithErrorTypeAndFrameworkName`() {
doTest(headersTestDataDir.resolve("functionWithErrorTypeAndFrameworkName"), Configuration(frameworkName = "shared"))
}