mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
refactor(api): adopt EitherNet
This commit is contained in:
parent
484fac5779
commit
8652d4ceaa
8 changed files with 56 additions and 23 deletions
|
@ -8,6 +8,7 @@ plugins {
|
|||
dependencies {
|
||||
api(projects.model)
|
||||
api(libs.retrofit.lib)
|
||||
api(libs.eithernet)
|
||||
implementation(libs.kotlinx.serialization.core)
|
||||
testImplementation(libs.kotlinx.coroutines.core)
|
||||
testImplementation(kotlin("test-junit"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue