mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +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
|
@ -60,6 +60,7 @@ object Dependencies {
|
|||
private const val version = "1.11.0"
|
||||
const val kotlinReflect = "com.squareup.moshi:moshi-kotlin:$version"
|
||||
const val lib = "com.squareup.moshi:moshi:$version"
|
||||
const val moshiMetadataReflect = "dev.zacsweers.moshix:moshi-metadata-reflect:0.7.1"
|
||||
}
|
||||
|
||||
object Retrofit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue