refactor(api): adopt EitherNet

This commit is contained in:
Harsh Shandilya 2022-10-10 00:02:53 +05:30
parent 484fac5779
commit 8652d4ceaa
No known key found for this signature in database
8 changed files with 56 additions and 23 deletions

View file

@ -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"))