Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add moshi-adapters module #462

Merged
merged 1 commit into from
Dec 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -499,6 +499,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 @@ -552,6 +552,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 @@ -499,6 +499,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