How can I handle build-specific resources? For exa...
# multiplatform
m
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.
v
The short answer is modules. This thread has some good replies, and if you search for flavors in #multiplatform you'll find even more. =)
m
Many thanks.
🙏 1