rootProject and parent, basically disallow most things outside of this list
findProperty is also problematic due to searching upwards through parent projects
Enabling isolated projects is going to enforce the rules for codepaths which are executed during a build, but being able to use this plugin to incrementally adopt the isolated APIs would be useful
Some examples:
rootProject
andparent
, basically disallow most things outside of this listfindProperty
is also problematic due to searching upwards through parent projectsEnabling isolated projects is going to enforce the rules for codepaths which are executed during a build, but being able to use this plugin to incrementally adopt the isolated APIs would be useful