api: separate API response model from database model

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-28 19:05:15 +05:30
parent b2d6dd6897
commit f76628574a
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 61 additions and 3 deletions

View file

@ -5,7 +5,6 @@ plugins {
dependencies {
api(Dependencies.ThirdParty.Retrofit.lib)
implementation(project(":database"))
implementation(Dependencies.ThirdParty.Moshi.moshiMetadataReflect)
implementation(Dependencies.ThirdParty.Retrofit.moshi)
testImplementation(Dependencies.Kotlin.Coroutines.core)