Will be there a way to declare build configuration variables?
Something similar to the BuildKonfig plugin in Gradle?
Ideally, the variables should be accessible from common code, or scoped to a specific target if needed.
It should also support multiple flavors/environments—like dev, prod, test, etc.