Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykolomeytsev committed Dec 17, 2021
1 parent 0f41eb9 commit 1aeba4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ allprojects {

`implementation("com.github.tonykolomeytsev.kben:kben-retrofit-converter:0.1.3")`

Note that the project is using Kotlin 1.6.0 and Kotlin Reflect API dependency.

### Usage sample

Converting objects to bencode:
Expand Down Expand Up @@ -83,3 +85,7 @@ check(e == BencodeList(elements = listOf("hello", "world")))

- Error handling is not yet complete.
- Deserialization for objects of classes with `Any` type parameters.

### License

Distributed under the MIT license. See `LICENSE` for more information.

0 comments on commit 1aeba4c

Please sign in to comment.