Are there any mechanisms (or tips) on making the g...
# ios
c
Are there any mechanisms (or tips) on making the generated framework headers read more like a purely native Swift or ObjC framework so that the Kotlin classes and interfaces aren’t exposed? When delivering a KMM framework for internal business projects the added Kotlin classes may be understood or easily educated, but for a framework that would have the possibility of being distributed external to a business it feels like a developer being exposed to all the Kotlin classes could be less well understood.