https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
b

Brady Aiello

10/10/2020, 9:29 PM
For iOS KMP, are the generated methods shorter when invoking from Swift than from Obj-C?
a

Andrey Chernov

10/11/2020, 5:35 AM
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