Updated on 2026-08-14
This commit is contained in:
parent
51f1dafb3e
commit
a49ecbcabb
7 changed files with 53 additions and 118 deletions
|
|
@ -22,6 +22,7 @@ dependencies {
|
|||
|
||||
/** Coroutines */
|
||||
implementation(deps.kotlin.coroutines)
|
||||
implementation(deps.kotlin.coroutines.reactive)
|
||||
|
||||
/** Logging */
|
||||
implementation(deps.timber)
|
||||
|
|
@ -34,6 +35,7 @@ dependencies {
|
|||
implementation(deps.okHttp.logging)
|
||||
implementation(deps.retrofit)
|
||||
implementation(deps.retrofit.moshi)
|
||||
implementation(deps.reactive.network)
|
||||
|
||||
/** Time */
|
||||
implementation(deps.jodatime)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue