A collection of Kotlin extensions that we use in our Android applications.
Add JitPack in your root build.gradle
at the end of repositories:
allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
Add Android Utils to (sub-)project(s) build.gradle
:
dependencies {
// ...
implementation 'com.bozoraka:android-utils:<latest_version>'
}
The library is distributed under the Apache 2 license.