andersonrsoares / kotlin-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Kotlin 97.1%Language:Java 2.9%