Use ktor instead of fuel for http requests [Part 1/2]

This commit is contained in:
2022-03-05 19:22:47 +01:00
parent 4505f95309
commit 2016e03e56
3 changed files with 203 additions and 109 deletions

View File

@ -79,6 +79,7 @@ dependencies {
// TODO replace fuel with ktor
implementation "io.ktor:ktor-client-core:$ktor_version"
implementation "io.ktor:ktor-client-android:$ktor_version"
implementation "io.ktor:ktor-client-serialization:$ktor_version"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'