You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allprojects is considered a bad practice in Gradle and it will break future features like project isolation.
Should be great if one of these options was available before the final release:
Add a flag to disable allprojects configuration
Remove allprojects configuration and force it to apply to each project individually. To avoid duplicating code, the recommended practice nowadays is using convention plugins, so a simple example can be added to the readme.
whyoleg, martinbonnin, antonKozyriatskyi, aSemy, JakeWharton and 7 more