hi, I have a `shared` module from which I want to ...
# swift-export
a
hi, I have a
shared
module from which I want to export a pure Swift API consuming the Kotlin shared code in
commonMain
... I was able to achieve the native Swift API consuming the Kotlin multiplatform code, but the Swift API leaves inside the
iosApp
directory of my
composeApp
module, that is the module I use as a demo for the functionality inside the
shared
module. My question is, is there a way to export that native Swift API that I wrote in the
iosApp
directory along with the XCFramework exported from the
shared
module?