replace retrofit calls with coroutines

This commit is contained in:
Owen LeJeune
2022-02-10 21:44:41 -05:00
parent d0a08307d8
commit d2571bc386
7 changed files with 29 additions and 52 deletions

View File

@@ -79,6 +79,9 @@ dependencies {
implementation Dependencies.Coil.coil
//Coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
testImplementation Dependencies.Testing.junit
androidTestImplementation Dependencies.Testing.androidXJunit
androidTestImplementation Dependencies.Testing.espressoCore