Skip to content

Instantly share code, notes, and snippets.

View MehulKK's full-sized avatar
🏠
Working from home

Mehul Kabaria MehulKK

🏠
Working from home
View GitHub Profile
dependencies {
def work_version = "2.2.0"
// (Java only)
implementation "androidx.work:work-runtime:$work_version"
// Kotlin + coroutines
implementation "androidx.work:work-runtime-ktx:$work_version"
// optional - RxJava2 support