From 33977d96c6d19a0696dcc08423baba925b219fc3 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 29 Aug 2017 18:06:56 -0400 Subject: Feature/gradle 4.x (#47) * Update to api and implementation * Update gradle * Add missing dependency * Update readme * Update external dependencies --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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.
> 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).
-> 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. -- cgit v1.2.3