Skip to content

Commit 5f8ab0c

Browse files
authored
Update README.md
1 parent 81f5b05 commit 5f8ab0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ It comes with built-in support for drag-and-drop functionality, making it a vers
1919
- **Multi-Item Type Support:** Easily handle multiple item types within the same RecyclerView, enhancing the versatility of your UI.
2020

2121

22+
## How to add in your project
23+
24+
Add the dependency
25+
26+
```gradle
27+
implementation 'com.canopas:compose_recyclerview:1.0.0'
28+
```
29+
30+
2231
## Sample Usage
2332

2433
Integrating **ComposeRecyclerView** into your Android app is a breeze! Follow these simple

0 commit comments

Comments
 (0)