diff --git a/docs/ModularizationLearningJourney.md b/docs/ModularizationLearningJourney.md index 8cee53672..a9766c68d 100644 --- a/docs/ModularizationLearningJourney.md +++ b/docs/ModularizationLearningJourney.md @@ -171,7 +171,7 @@ Using the above modularization strategy, the Now in Android app has the followin
core:ui
designsystem module, it is dependent on the data layer since it renders models, like news resources.
+ Composite UI components and resources used by feature modules, such as the news feed. Unlike the designsystem
module, it is dependent on the data layer since it renders models, like news resources.
NewsFeed
NewsResourceCardExpanded