mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
all: switch to moshi-kotlin and fix tests
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
bca96ae215
commit
740d9e432a
8 changed files with 12 additions and 12 deletions
|
@ -58,7 +58,7 @@ object Dependencies {
|
|||
object Moshi {
|
||||
|
||||
private const val version = "1.11.0"
|
||||
const val codegen = "com.squareup.moshi:moshi-kotlin-codegen:$version"
|
||||
const val kotlinReflect = "com.squareup.moshi:moshi-kotlin:$version"
|
||||
const val lib = "com.squareup.moshi:moshi:$version"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue