Would it be possible to allow a config block to be confined to a specific source set? The use case for this is that I need to test my app's ability to authenticate with a server, so I want to inject a value from the build PC's environment into the test code without it getting leaked in release builds. The existing support for targets and flavors doesn't really support this.