mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 19:07:02 +05:30
src(api): use moshi-metadta-reflect
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
parent
0a6371b159
commit
8303159abf
3 changed files with 4 additions and 2 deletions
|
@ -11,6 +11,7 @@ dependencies {
|
|||
implementation(project(":database"))
|
||||
implementation(Dependencies.AndroidX.Hilt.dagger)
|
||||
implementation(Dependencies.ThirdParty.Moshi.kotlinReflect)
|
||||
implementation(Dependencies.ThirdParty.Moshi.moshiMetadataReflect)
|
||||
implementation(Dependencies.ThirdParty.Retrofit.moshi)
|
||||
testImplementation(Dependencies.Kotlin.Coroutines.core)
|
||||
testImplementation(Dependencies.Testing.junit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue