mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
build: update MoshiX
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
f10e2b79ac
commit
4423d0f17f
1 changed files with 2 additions and 3 deletions
|
@ -69,9 +69,8 @@ object Dependencies {
|
||||||
|
|
||||||
object Moshi {
|
object Moshi {
|
||||||
|
|
||||||
private const val version = "1.11.0"
|
const val lib = "com.squareup.moshi:moshi:1.11.0"
|
||||||
const val lib = "com.squareup.moshi:moshi:$version"
|
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.9.2"
|
||||||
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.9.1"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
object Retrofit {
|
object Retrofit {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue