Use ktor instead of fuel for http requests [Part 1/2]
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user