Feature: add dependencies for retrofit
This commit is contained in:
parent
f46abcc25a
commit
2f99f363c0
@ -87,4 +87,12 @@ dependencies {
|
|||||||
//Paging
|
//Paging
|
||||||
implementation ("androidx.paging:paging-compose:3.2.1")
|
implementation ("androidx.paging:paging-compose:3.2.1")
|
||||||
implementation ("androidx.paging:paging-runtime:3.2.1")
|
implementation ("androidx.paging:paging-runtime:3.2.1")
|
||||||
|
|
||||||
|
// retrofit
|
||||||
|
val retrofitVersion = "2.9.0"
|
||||||
|
implementation("com.squareup.retrofit2:retrofit:$retrofitVersion")
|
||||||
|
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
|
||||||
|
implementation("androidx.paging:paging-compose:3.2.1")
|
||||||
|
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
|
||||||
|
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user