kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

Implement ObjC class name generation based on Kotlin class FQNames

Open MarkCMann opened this issue 2 years ago • 0 comments

Current Kotlin Native Objc Class name generation uses trailing underscores to name mangle classes with the same short name. This PR adds an additional compiler flag that switches to use the fully qualified Kotlin class name as the exported ObjC class name.

MarkCMann avatar Nov 29 '22 18:11 MarkCMann