Skip to content

Commit a49f732

Browse files
authored
Mention core-designsystem module in the modularization journey docs
Closes #189
1 parent 0c84570 commit a49f732

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/ModularizationLearningJourney.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The Now in Android app contains the following types of modules:
107107

108108
* `core:` modules - common library modules containing auxiliary code and specific dependencies that
109109
need to be shared between other modules in the app. These modules can depend on other core
110-
modules, but they shouldnt depend on feature nor app modules.
110+
modules, but they shouldn't depend on feature nor app modules.
111111

112112
* Miscellaneous modules - such as `sync`, `benchmark` and `test` modules, as well
113113
as `app-nia-catalog` - a catalog app for displaying our design system quickly.
@@ -159,13 +159,21 @@ Using the above modularization strategy, the Now in Android app has the followin
159159
<td><code>TopicsRepository</code><br>
160160
</td>
161161
</tr>
162+
<tr>
163+
<td><code>core:designsystem</code>
164+
</td>
165+
<td>Design system, tokens and icons.
166+
</td>
167+
<td><code>NiaTheme</code><br>
168+
<code>NiaIcons</code>
169+
</td>
170+
</tr>
162171
<tr>
163172
<td><code>core:ui</code>
164173
</td>
165-
<td>UI components, composables and resources, such as icons, used by different features.
174+
<td>UI components, composables and resources, used by different features.
166175
</td>
167-
<td><code>NiaIcons</code><br>
168-
<code>NewsResourceCardExpanded</code>
176+
<td><code>NewsResourceCardExpanded</code>
169177
</td>
170178
</tr>
171179
<tr>

0 commit comments

Comments
 (0)