Gradle cross-project configuration side effects
I was always using gradle allprojects and suprojects sections as a very handy way for multi-module projects configuration.
But, it appears, that using these shortcuts is officially a bad practice.
Quote from gradle forum thread:
Consider switching f...
blog.vyarus.ru4 min read