Hi there, is there way around to use KMM shared library in Native iOS app, currently I built KMM UI Library which is basically contains compose UI things. I can export it as
.aar
for Android can use it in Native Android Project, When I export it as framework and use it in Native iOS project I am not able to expose compose but other non-compose business logic I am able to expose it.