i am brining in multiple dependencies via the `pod...
# kotlin-native
k
i am brining in multiple dependencies via the
pod
function in my KMPP. there is a dependency between them in the exported types. i.e., a class in module A implements an interface from module B. my Xcode build (which is bringing in the KMPP project via local podspec) is failing during
syncFramework
because it can't find the interface. is this supported?