This project support jitpack, in order to use this, you need to add jitpack to your project root build.gradle:
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
Include this to your module dependency (module build.gradle)
dependencies {
implementation 'com.github.rh-id:concurrent-utils:v0.0.1'
}
Consider donation to support this project
| https://trakteer.id/rh-id |