aboutsummaryrefslogtreecommitdiff
path: root/build-logic/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'build-logic/README.md')
-rw-r--r--build-logic/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/build-logic/README.md b/build-logic/README.md
new file mode 100644
index 00000000..e8d18cbd
--- /dev/null
+++ b/build-logic/README.md
@@ -0,0 +1,7 @@
+# About build-logic Module
+
+This module aims to share common build logic for whole projects, previously we were using [buildSrc](https://docs.gradle.org/7.6/userguide/organizing_gradle_projects.html#sec:build_sources),
+but for some reasons like "A change in buildSrc causes the whole project to become out-of-date", we are migrating to [composite builds](https://docs.gradle.org/7.6/userguide/composite_builds.html),
+which avoids the side effects of buildSrc.
+
+For more information, you can ref https://proandroiddev.com/stop-using-gradle-buildsrc-use-composite-builds-instead-3c38ac7a2ab3. \ No newline at end of file