Skip to content

Commit

Permalink
Supplied README for Kotlin support (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Feb 11, 2018
1 parent 3b7342c commit 9f147e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ dependencies {

_Note: MultiType does not support RecyclerView below version 23.0.0._

Extension for Kotlin:

```groovy
dependencies {
implementation 'me.drakeet.multitype:multitype-kotlin:3.4.2-beta1'
}
```

## Usage

#### Step 1. Create a class, It would be your `data model`/`Java bean`, for example:
Expand Down

0 comments on commit 9f147e2

Please sign in to comment.