For iOS KMP, are the generated methods shorter whe...
# multiplatform
b
For iOS KMP, are the generated methods shorter when invoking from Swift than from Obj-C?
a
Yes, but not enough) There’s no namespace supporting in swift. For example:
Copy code
__attribute__((objc_subclassing_restricted))
__attribute__((swift_name("DeliveryCart")))
@interface MPLDeliveryCart : MPLBase
So, only library prefix will be removed