Reputation: 1785
I am working on a project using Jetpack Compose Multiplatform, targeting both Android and iOS platforms. My aim is to implement different build configurations for UAT (User Acceptance Testing) and Production environments. Specifically, I need to configure the App Icon, App Name, and Base URL differently for each environment.
In the past, for Android-only projects, I have successfully used build flavors to manage different configurations. However, I am unsure how to approach this in a Compose Multiplatform context, where the codebase also includes iOS.
I would appreciate guidance on the following points:
Any code examples, documentation references, or insights from personal experiences would be greatly appreciated.
Thank you in advance for your assistance!
Upvotes: 4
Views: 921