https://kotlinlang.org logo
#gradle
Title
j

jlleitschuh

08/08/2017, 1:25 PM
@bamboo I have a proposal on this front that you may like: What if you allow for what I'm asking using a property in the
gradle.properties
file. This property, when enabled, would cause all static methods for configurations, plugin extensions, and conventions to be inherited up the parent project tree. This way:
Copy code
A
 |-> B
 --> C
A
would see both of
B
and
C
but
B
wouldn't see
C
and
C
wouldn't see
B
.