79109500

Date: 2024-10-21 09:57:57
Score: 1
Natty:
Report link

This can be only done in the buildscript itself, like

    implementation(libs.foo.bar) {
        exclude(group = "baz", module = "bag")
    }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user213769