Hello, any way to embed a framework inside the fra...
# multiplatform
s
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
r
iOS doesn’t support nested dynamic frameworks, so I don’t think this would be possible.
1