tree: 4f197b628f2bfe13484fbb5d59e8b6a0e5657f00 [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
buildSrc/private/README.md

This is the :buildSrc:impl project

It contains code that is used to configure other projects in this repository but that does not need to be added to the classpaths of the build scripts of those projects.

This means that if code in this project is changed, it should not necessarily modify the classpath of those projects and should not automatically invalidate the up-to-datedness of tasks applied in those projects.

See b/140265324 for more information