KlobalX is a collection of useful and well-organized Kotlin extensions that can be used to simplify your code and improve your productivity.
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation 'com.github.mobillium:KlobalX:Tag'
}