Hello, folks. How to call an objc function with `@...
# multiplatform
x
Hello, folks. How to call an objc function with
@protocol
param in kotlin side? Thanks. https://youtrack.jetbrains.com/issue/KT-54661/KMMObjective-C-function-interop-with-protocol-param
a
Hey, are you talking about this one?
Copy code
OBJC_EXPORT Protocol * _Nullable
objc_getProtocol(const char * _Nonnull name)
    OBJC_AVAILABLE(10.5, 2.0, 9.0, 1.0, 2.0);
x
Thanks for your reply. It should not be the same one.