Does specifying: ```android { ... def...
# gradle
s
Does specifying:
Copy code
android {
    ...
    
    defaultConfig {
        ...
        resourceConfiguration += listOf("en", "hdpi")
    }
}
Will also help improve unit test compile speed?
The module is
com.android.library
type btw.