mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 10:17:02 +05:30
lobsters-api: add back accidentally removed Retrofit dependency
Fixes: 84f45f523a
("Replace Moshi with kotlinx.serialization")
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
800c91c637
commit
dc12917b66
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ plugins {
|
|||
dependencies {
|
||||
implementation(project(":model"))
|
||||
implementation(Dependencies.Kotlin.Serialization.json)
|
||||
implementation(Dependencies.ThirdParty.Retrofit.lib)
|
||||
implementation(Dependencies.ThirdParty.retrofitSerialization)
|
||||
testImplementation(Dependencies.Testing.junit)
|
||||
testImplementation(Dependencies.Kotlin.Coroutines.core)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue