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

GitHub

View Github