Hey, is cinterop still a thing in KMP? I'm trying ...
# compose-ios
a
Hey, is cinterop still a thing in KMP? I'm trying to use the KVO system on an AVPlayer instance but am having a hard time "catching" the
observeValueForKeyPath()
method
b
Hi Andrew, Could you share how you're using the
observeValueForKeyPath()
method?
a
Hey! I need to get some "status" updates once the media is loaded in - data like duration, dimension and so on
I don't have that information ahead of time