in dependencies section, why I can't do something ...
# gradle
b
in dependencies section, why I can't do something like this:
Copy code
compile.extendsFrom(otherConfiguration)
?