GitHub / amitshekhariitbhu / Kotlin-Coroutines-Android-Examples
Moved to https://github.com/amitshekhariitbhu/Learn-Kotlin-Coroutines
Stars: 1,023
Forks: 260
Open issues: 7
License: apache-2.0
Language:
Size: 473 KB
Dependencies parsed at:
16
Created at: about 5 years ago
Updated at: 10 months ago
Pushed at: over 2 years ago
Last synced at: 9 months ago
Funding Links https://github.com/sponsors/amitshekhariitbhu
app/build.gradle
maven
- android.arch.lifecycle:extensions 2.2.0 implementation
- androidx.appcompat:appcompat 1.2.0 implementation
- androidx.constraintlayout:constraintlayout 2.0.4 implementation
- androidx.core:core-ktx 1.3.2 implementation
- androidx.lifecycle:lifecycle-viewmodel-ktx 2.3.1 implementation
- androidx.recyclerview:recyclerview 1.2.0 implementation
- androidx.room:room-ktx 2.2.6 implementation
- androidx.room:room-runtime 2.2.6 implementation
- com.github.bumptech.glide:glide 4.11.0 implementation
- com.squareup.retrofit2:converter-gson 2.9.0 implementation
- com.squareup.retrofit2:retrofit 2.9.0 implementation
- org.jetbrains.kotlin:kotlin-stdlib-jdk7 $kotlin_version implementation
- androidx.arch.core:core-testing 2.1.0 testImplementation
- junit:junit 4.13.1 testImplementation
- org.jetbrains.kotlinx:kotlinx-coroutines-test 1.3.9 testImplementation
- org.mockito:mockito-core 3.4.6 testImplementation