mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 00:57:02 +05:30
build: remove kotlinReflect dependency
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
parent
a2c058877a
commit
af72415952
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ object Dependencies {
|
||||||
object Moshi {
|
object Moshi {
|
||||||
|
|
||||||
private const val version = "1.11.0"
|
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 lib = "com.squareup.moshi:moshi:$version"
|
||||||
const val moshiMetadataReflect = "dev.zacsweers.moshix:moshi-metadata-reflect:0.7.1"
|
const val moshiMetadataReflect = "dev.zacsweers.moshix:moshi-metadata-reflect:0.7.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue