/kotlin-utils

Primary LanguageKotlinMIT LicenseMIT

kotlin-utils

Implementações úteis em kotlin

Installation

Add the following dependency to your module build.gradle file:

dependencies {
            compile 'com.github.andersonrsoares.kotlin-utils:utils:2.0.1'
	    compile 'com.github.andersonrsoares.kotlin-utils:activity:2.0.1'
    }

Add this to your root build.gradle file (not your module build.gradle file) :

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}