humazed / KotlinAndroidUtils

KotlinAndroidUtils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KotlinAndroidUtils

KotlinAndroidUtils

Dependency

Add this to your module's build.gradle file (make sure the version matches the last release):

Add it in your root build.gradle at the end of repositories:

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

Add the dependency

dependencies {
    // ... other dependencies
    implementation 'com.github.humazed:KotlinAndroidUtils:{latest-version}'
}

About

KotlinAndroidUtils

License:MIT License


Languages

Language:Kotlin 98.4%Language:Java 1.6%