Can I Use compose-multiplatform-ios-android UI In ...
# multiplatform
v
Can I Use compose-multiplatform-ios-android UI In KMP Library? To have shared UI in my library?
p
I believe that is the way it works today's date. When you assemble a framework in shared module, either using cocoapods or regular xcodeframework. The result framework package skiko as a static Library with your compiled code plus the dependent libraries.
v
Sounds awesome, i will have to try it.
👍 1
p
You can try copying the generated xcframework under the build directory and hand it to an iOS developer and ask them to integrate it in their App. The compose view is represented as a UiViewController.