Hi there! In a mono repository, I developed a KMM ...
# multiplatform
g
Hi there! In a mono repository, I developed a KMM library which is used by an iOS library (with Swift Package) and by an Android library where, both, wrap my KMM module inside a SwiftUI implementation and Compose implementation. Somebody know how can I use my iOS library in an external iOS application? Can’t find any documentation about that. 🤔
t
Do you mean that other developer / apps can embed it? In other terms do you want to create an SPM package out of your kmm-framework?
g
Do you mean that other developer / apps can embed it?
Yes
In other terms do you want to create an SPM package out of your kmm-framework?
I already use
multiplatform-swiftpackage
to export my KMM package in a SPM package but the final package is more my SwiftUI package than my KMM package.