aidanvii
06/05/2023, 9:11 AMHidesFromObjC/HiddenFromObjC annotation? As in turn off globally and have the inverse of HiddenFromObjC as the Swift side (in my case) only requires access to a few things from the :shared module.Oleksandr Karpovich [JB]
06/05/2023, 9:18 AM:shared.
You would remove cocoapods framework declaration from ":shared" and add it in :iosEntryPoint instead.
In :iosEntryPoint src you declare only those functions, which you want to be exported to objC. Should not contain the composable functions
__
What issue did you encounter? The aim is that no one would need to care about adding HiddenFromObjC . There're some issues already reported, so I'm just curious if you had something new.Oleksandr Karpovich [JB]
06/05/2023, 9:20 AMaidanvii
06/05/2023, 10:47 AMBold-Extra , which resulted in errors in shared.h (the fix was to either tell moko to keep the generated MR class internal or rename the font file). See screenshots.
2. the exact issue you sent 😅Oleksandr Karpovich [JB]
06/05/2023, 12:35 PMaidanvii
06/05/2023, 3:42 PM1.4.7-rc01 compiler plugin yet but I’ll give it a try. I can’t add HiddenFromObjC to generated code as it’ll get overwritten, I renamed the file to make the generated Kotlin property boldExtra 😅