Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitsindonesia/gits-android-extensions
gits-android-extensions
https://github.com/gitsindonesia/gits-android-extensions
Last synced: about 24 hours ago
JSON representation
gits-android-extensions
- Host: GitHub
- URL: https://github.com/gitsindonesia/gits-android-extensions
- Owner: gitsindonesia
- Created: 2022-02-02T04:56:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T09:22:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T09:14:57.345Z (about 2 months ago)
- Language: Kotlin
- Size: 514 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gits-android-extensions
[![](https://jitpack.io/v/gitsindonesia/gits-android-extensions.svg)](https://jitpack.io/#gitsindonesia/gits-android-extensions)
A collection of Kotlin extensions to simplify Android development.
## Installation
**Step 1**. Add the JitPack repository to your build file
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```**Step 2**. Add the dependency
```
dependencies {
implementation 'com.github.gitsindonesia:gits-android-extensions:0.1.0-alpha'
}
```