Per application compile time config for umbrella project

I have an umbrella project with several releases, each of which packages a single app (which in turn depend on various other apps within the umbrella). I need to change the compile time config for one of the apps, for a library I don’t control (FunWithFlags). There seem to be options when it comes to runtime config, but I’m struggling to find a method for adding to the compile-time config. Anyone have any suggestions?

Realized this morning that I can just move my release config down to the individual app level and define custom configs there. This appears to work, but if anyone has a suggestion for a cleaner solution, I’d love to hear it.

1 Like

That is how I’ve done it in the past!

1 Like