https://github.com/omega-r/omegaextensions
A set of Kotlin extensions for Android app development
https://github.com/omega-r/omegaextensions
kotlin kotlin-android kotlin-extensions kotlin-library
Last synced: 11 months ago
JSON representation
A set of Kotlin extensions for Android app development
- Host: GitHub
- URL: https://github.com/omega-r/omegaextensions
- Owner: Omega-R
- License: mit
- Created: 2019-02-07T14:29:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T10:25:20.000Z (almost 2 years ago)
- Last Synced: 2025-07-01T11:07:48.729Z (12 months ago)
- Topics: kotlin, kotlin-android, kotlin-extensions, kotlin-library
- Language: Kotlin
- Size: 193 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#Omega-R/OmegaExtensions)
[](https://opensource.org/licenses/MIT)
# OmegaExtensions
A set of Kotlin extensions for Android app development
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.Omega-R:OmegaExtensions:1.0.4'
}