Hello, any way to embed a framework inside the framework built by KMP ?
I have a kmp lib gradle module that link against a swift module (.framework), and a cmp project that consume the kmp lib.
The problem is that I must embed the swift module in the final CMP application, I wish it was just embed by the kmp lib itself.
Thank's