How do I remove the prefix generated for objective...
# announcements
s
How do I remove the prefix generated for objective c class names?(to className instead of frameworkNameClassName)
b
Are you using the class in Swift?
s
no, in objective c
b
In Obj-C, a prefix is recommended. I'm not sure if there's a way to remove it… maybe someone from JB wll have something else to say though
a
AFAIK, there is no option to remove prefix completely. The best you can do is to change it by
-module-name
option, just as described here(https://github.com/JetBrains/kotlin-native/blob/aa8101764685244f14a88a550dd549260b4b02fb/FAQ.md#q-how-do-i-specify-a-custom-objective-c-prefixname-for-my-kotlin-framework)