/KotlinAndroidUtils

KotlinAndroidUtils

Primary LanguageKotlinMIT LicenseMIT

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