Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Sep 5, 2019
1 parent fefefef commit f141bc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fun catAdapterDelegate() = adapterDelegate<Cat, Animal> {
```


## Dependencies
## Dependencies if you dont use Kotlin DSL
This library is available on maven central:

```groovy
Expand Down Expand Up @@ -128,7 +128,8 @@ allprojects {
```


## Idea
## How to use it in Java

The idea of this library is to build your adapters by composing reusable components.

> Favor composition over inheritance
Expand Down

0 comments on commit f141bc0

Please sign in to comment.