It’s an issue I asked people as well
I needed to be able to connect the mobile app either to the local environment or production via environment variables.
I want to be able to know at runtime which environment is used to run the app, let’s say you have a .env file in the project and you want your apps to read this file and extract the env flag to check which host to use on the clients, but it’s not easily possible, android, ios and desktop have different file systems, did not find any existing libraries to do so
I just have a Config.kt file in the shared module where I change the environment