From 32bd871ed71ccc9bd679fe8e3ed2728ac251907d Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sun, 14 Sep 2025 15:42:49 +0200 Subject: [PATCH] Document `graphUpdate` task --- docs/ModularizationLearningJourney.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ModularizationLearningJourney.md b/docs/ModularizationLearningJourney.md index 14c19e12e..5cda61b69 100644 --- a/docs/ModularizationLearningJourney.md +++ b/docs/ModularizationLearningJourney.md @@ -283,6 +283,9 @@ Using the above modularization strategy, the Now in Android app has the followin +Each module has its own `README.md` file containing a module graph (e.g. [`:app` module graph](../app/README.md#module-dependency-graph)). +When modules dependencies change, module graphs are automatically updated by the [Build.yaml](../.github/workflows/Build.yaml) workflow. +You can also manually update the graphs by running the `graphUpdate` task. ## Modularization in Now in Android