Mofe Ejegi
01/25/2024, 11:49 AMKamilH
01/25/2024, 3:59 PMresources
(gradle) module, apply Compose there, generate resources, and use them in the Android/Desktop Compose module and SwiftUI’s iOS app? 🤔
I have the following structure:
• presentation
- contains UI models and Presenters
• compose-ui
- has a dependency on presentation
and contains shared components for Android and Desktop apps
• ios-app
- has a dependency on presentation
and contains SwiftUI iOS app
Would it make sense to create a resources
module on which the presentation
will depend?Enol Simón
01/25/2024, 8:41 PMMofe Ejegi
01/25/2024, 8:45 PM