We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6417b2 commit 994c7a4Copy full SHA for 994c7a4
1 file changed
README.md
@@ -1,2 +1,20 @@
1
+[](https://jitpack.io/#Omega-R/OmegaExtensions)
2
+[](https://opensource.org/licenses/MIT)
3
+
4
# OmegaExtensions
5
A set of Kotlin extensions for Android app development
6
7
8
+Add it in your root build.gradle at the end of repositories:
9
10
+ allprojects {
11
+ repositories {
12
+ ...
13
+ maven { url 'https://jitpack.io' }
14
+ }
15
16
+Step 2. Add the dependency
17
18
+ dependencies {
19
+ implementation 'com.github.Omega-R:OmegaExtensions:1.0.0'
20
0 commit comments