it is there anyway/example to use github ci to bui...
# compose-ios
j
it is there anyway/example to use github ci to build the IOS build of compose multiplatform?
a
If you are using xcode project from CMP templates, then it just like building any iOS app with GitHub Actions. If you need a library - it looks more like calling a particular gradle task to build and publish framework.
👍 2