If i add some xcframework to kmp library project using cinterop, will this framework be embedded in my kmp library? Is there an option to control it?
Right now, my application that uses my kmp library complains on linker error unabling to find some symbol defined in the xcframework library i've added to my kmp library
And if i disable kotlinMetadata task?