How can I handle build-specific resources?
For example, I have different servers for development, testing, and release, and use (the fabulous) KTor so that all the comms code can be in the shared module.
In a purely Android project build variants would hold the different resources, but I can't do that in shared:androidMain.
How can I handle this? I'm using multiplatform resources, if that makes any difference.