Skip to content

Commit

Permalink
Merge pull request #462 from SimonMarquis/patch/moshi-adapters
Browse files Browse the repository at this point in the history
Add moshi-adapters module
  • Loading branch information
LouisCAD committed Dec 18, 2021
2 parents 788f946 + d214640 commit 55e27e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ object Square {
object Moshi : DependencyNotationAndGroup(group = "com.squareup.moshi", name = "moshi") {
val kotlinReflect = module("moshi-kotlin")
val kotlinCodegen = module("moshi-kotlin-codegen")
val adapters = module("moshi-adapters")
val javaReflect = module("moshi")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ com.squareup.leakcanary:shark-hprof
com.squareup.moshi:moshi
com.squareup.moshi:moshi-kotlin
com.squareup.moshi:moshi-kotlin-codegen
com.squareup.moshi:moshi-adapters
com.squareup.okhttp3:logging-interceptor
com.squareup.okhttp3:mockwebserver
com.squareup.okhttp3:okhttp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ com.squareup.leakcanary..shark-hprof=Square.leakCanary.shark.hprof
com.squareup.leakcanary..shark=Square.leakCanary.shark
com.squareup.moshi..moshi-kotlin-codegen=Square.moshi.kotlinCodegen
com.squareup.moshi..moshi-kotlin=Square.moshi.kotlinReflect
com.squareup.moshi..moshi-adapters=Square.moshi.adapters
com.squareup.moshi..moshi=Square.moshi
com.squareup.moshi..moshi=Square.moshi.javaReflect
com.squareup.okhttp3..logging-interceptor=Square.okHttp3.loggingInterceptor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ com.squareup.leakcanary..shark-cli=version.leakcanary
com.squareup.leakcanary..shark-graph=version.leakcanary
com.squareup.leakcanary..shark-hprof=version.leakcanary
com.squareup.leakcanary..shark=version.leakcanary
com.squareup.moshi..moshi-adapters=version.moshi
com.squareup.moshi..moshi-kotlin-codegen=version.moshi
com.squareup.moshi..moshi-kotlin=version.moshi
com.squareup.moshi..moshi=version.moshi
Expand Down

0 comments on commit 55e27e8

Please sign in to comment.