|
|
@ -56,11 +56,6 @@ dependencies { |
|
|
|
// Architectural Components |
|
|
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" |
|
|
|
|
|
|
|
// // Room |
|
|
|
// implementation "androidx.room:room-runtime:2.4.3" |
|
|
|
// annotationProcessor("androidx.room:room-compiler:$roomVersion") |
|
|
|
// implementation "androidx.room:room-ktx:2.4.3" |
|
|
|
|
|
|
|
// Coroutines |
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1' |
|
|
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1' |
|
|
@ -78,8 +73,4 @@ dependencies { |
|
|
|
implementation "androidx.navigation:navigation-fragment-ktx:2.5.3" |
|
|
|
implementation "androidx.navigation:navigation-ui-ktx:2.5.3" |
|
|
|
|
|
|
|
// Glide |
|
|
|
// implementation 'com.github.bumptech.glide:glide:4.11.0' |
|
|
|
// kapt 'com.github.bumptech.glide:compiler:4.11.0' |
|
|
|
// annotationProcessor("androidx.room:room-compiler:$glideVersion") |
|
|
|
} |