Update docs/ModularizationLearningJourney.md

pull/1837/head
Don Turner 2 years ago committed by GitHub
parent 5637f3ece5
commit ed6bc1b37c

@ -171,7 +171,7 @@ Using the above modularization strategy, the Now in Android app has the followin
<tr>
<td><code>core:ui</code>
</td>
<td>UI components, composables and resources, used by different features.
<td>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.
</td>
<td> <code>NewsFeed</code> <code>NewsResourceCardExpanded</code>
</td>

Loading…
Cancel
Save