1.8.20 enables a new strategy for importing Objective-C extensions as class members in UIKit. It's currently only enabled for NSView and UIView but that might be all we need. I haven't tested yet, but I think this should let us remove the cklib workaround for extending layoutSubviews in Kotlin code. Hopefully it also works for properties like intrinsicContentSize.
1.8.20
enables a new strategy for importing Objective-C extensions as class members in UIKit. It's currently only enabled for NSView and UIView but that might be all we need. I haven't tested yet, but I think this should let us remove the cklib workaround for extendinglayoutSubviews
in Kotlin code. Hopefully it also works for properties likeintrinsicContentSize
.