What's the recommended approach for adding an iosA...
# multiplatform
m
What's the recommended approach for adding an iosApp module to an existing android project ( which already has a shared module with compose mp configured)?
j
You can copy the iosApp from the KMP template as a starting point, and update its configuration as needed. This assumes you've also added the necessary iOS targets to your shared module.
m
Great will do that, thanks!
👍🏼 1