Hi guys, I have ktor set up in my kmm project, and was wondering how I could make my API urls configurable, since I want to use a different api url for development compared to when I'm building the app for production. Any tips on how to achieve this?
m
MarkRS
06/08/2021, 10:33 AM
I use build flavours to do this, setting up resource files in the flavours with the different URLs in strings