Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
}
```