loke
08/18/2025, 4:24 PM-module
argument. Is there a way to specify this in the module's gradle file such that it is picked up by all dependent modules automatically? As it stands, I have to add it everywhere manually, and that's annoying.vladimirsitnikov
08/19/2025, 5:55 AMplugins {
...
id("uses-vector-api")
}
See https://melix.github.io/blog/2021/12/composition-in-gradle.htmlloke
08/19/2025, 1:33 PM