When trying to do `@ObjCAction fun layoutAttribute...
# kotlin-native
c
When trying to do
@ObjCAction fun layoutAttributesForElementsInRect(rect: CValue<CGRect>): List<*>? { ... }
I’m getting the following error:
Copy code
Unexpected @ObjCAction method parameter type: CValue<CGRect>
Only Objective-C object types are supported here
What am I doing wrong?