diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-29 18:06:56 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-08-30 12:24:19 -0400 |
commit | 33977d96c6d19a0696dcc08423baba925b219fc3 (patch) | |
tree | 752c432c30296e2780f0c9377960fbbdcff092c9 /README.md | |
parent | 275db52ea976c86569fb4daf230a59a6f2606899 (diff) | |
download | kau-33977d96c6d19a0696dcc08423baba925b219fc3.tar.gz kau-33977d96c6d19a0696dcc08423baba925b219fc3.tar.bz2 kau-33977d96c6d19a0696dcc08423baba925b219fc3.zip |
Feature/gradle 4.x (#47)
* Update to api and implementation
* Update gradle
* Add missing dependency
* Update readme
* Update external dependencies
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |