https://github.com/omega-r/omegaadapters
https://github.com/omega-r/omegaadapters
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omega-r/omegaadapters
- Owner: Omega-R
- License: mit
- Created: 2020-12-16T14:25:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T07:37:53.000Z (over 2 years ago)
- Last Synced: 2025-07-02T21:03:26.673Z (12 months ago)
- Language: Kotlin
- Size: 146 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#Omega-R/OmegaAdapters)
[](https://opensource.org/licenses/MIT)
# OmegaAdapters
Step 1. 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:OmegaAdapters:1.0.0'
}