aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6d21157..cf3215c 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,9 @@ dependencies {
# Submodules
> Linked to their respective docs.<br/>
> Included dependencies are only those with exposed APIs; see [new dependency configurations](https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#new_configurations).<br/>
-> Implemented dependencies are wrapped in parentheses.
+> Implemented external dependencies are wrapped in parentheses.
+> All KAU submodule dependencies are implemented, with the exception of `core` in `core-ui`.
+This means that you'll need to explicitly include each submodule you'd like to use, even if another declared submodule depends on it.
## [Core](core#readme)
* Collection of extension functions and small helper methods applicable in almost any application.