Skip to content

Commit c4d932c

Browse files
authored
Create README.md
1 parent 8a19553 commit c4d932c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# kotlib
2+
3+
### Usage
4+
allprojects {
5+
repositories {
6+
...
7+
maven { url 'https://jitpack.io' }
8+
}
9+
}
10+
11+
dependencies {
12+
implementation 'com.github.amitjangid80:kotlib:v1.0.1'
13+
}

0 commit comments

Comments
 (0)