Hi ! , android related question here . In android there are ways to configure which variants of library to use via missingDimensionStrategy . My problem is I only need this for one of my
testImplementation
dependencies to add a fake module which unfortunately needs some flavours. Is there a way to specify the missingDimensionStrategy only for a particular configuration like testImplementation ?