fix schedule request. Add Moshi and network logger
This commit is contained in:
@@ -42,5 +42,12 @@ dependencies {
|
||||
api(libs.retrofit)
|
||||
api(libs.okhttp)
|
||||
|
||||
implementation(libs.retrofit.simplexml)
|
||||
implementation(libs.okhttp.logging)
|
||||
implementation(libs.converter.gson)
|
||||
|
||||
api(libs.moshi)
|
||||
api(libs.moshiKotlin)
|
||||
api(libs.retrofitMoshi)
|
||||
|
||||
api(libs.retrofit.simplexml)
|
||||
}
|
||||
Reference in New Issue
Block a user