aherbel
12/29/2025, 11:42 PMshared 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 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?François
12/30/2025, 11:09 AMaherbel
12/30/2025, 1:30 PMaherbel
12/30/2025, 3:23 PMFrançois
12/30/2025, 7:11 PMFrançois
12/30/2025, 7:13 PMaherbel
12/30/2025, 7:13 PMFrançois
12/30/2025, 7:14 PMaherbel
12/30/2025, 7:14 PMaherbel
12/30/2025, 7:15 PMaherbel
12/30/2025, 10:11 PMiosApp codeaherbel
12/30/2025, 10:21 PMcommonMain , but for some reason I can't use it when I import the XCFramework in the iosApp