Does `@ObjCName` annotation work with swift export...
# swift-export
m
Does
@ObjCName
annotation work with swift export? Or is there any other way to change exported Kotlin function or variable name?
a
Hi 🙂 Sorry for the long answer. No, there is no currently available approach to modify the resulted name. Can you please describe the case you are encountering that you require that feature?