Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleMelini committed Jul 18, 2022
2 parents 394b787 + efffa17 commit 48bce35
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# KotlinAndroidUtils
This is an Android Library with some Kotlin functions and extensions I always copy and paste in all my projects

## Add in your project
To add the library in your project paste the code below in the project level build.gradle
```
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
```
and the code below to the application level build.gradle
```
dependencies {
implementation 'com.github.EmanueleMelini:KotlinAndroidUtils:1.0.0'
}
```

0 comments on commit 48bce35

Please sign in to comment.