James
03/27/2025, 2:56 PMcomposeApp
module and then a number of feature/x
, feature/y
, feature/z
, shared/designsystem
, etc modules that support that. We can see that you can create frameworks for each of these and add them to the Xcode project. However when a more than 1 feature module uses the design system for example, and we want to use it directly in Xcode as well then we get duplicate warnings and also crashes at runtime. We started exposing everything through a single framework made from composeApp
however it’d be nice to split it up if we can as well as it’s quite a lot of extra work duplication to expose.
Any help/suggestions appreciated. 🙇John O'Reilly
03/27/2025, 3:00 PMJohn O'Reilly
03/27/2025, 3:01 PMJames
03/27/2025, 3:11 PM