Home

Awesome

API Build Status Download License

Small library that contains common extensions for Android

Learn Kotlin development with:

Add Build.gradle file

//Add Dependencies for app level build.gradle
repositories {
    jcenter()
}
dependencies {
  implementation 'com.simform:kotlinextensions:1.0.0'
}

or Maven:

<dependency>
    <groupId>com.simform</groupId>
    <artifactId>kotlinextensions</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>