File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ dependencies {
3838 implementation " com.squareup.moshi:moshi-adapters:1.8.0"
3939 implementation " com.squareup.moshi:moshi-kotlin:1.8.0"
4040 implementation " com.squareup.retrofit2:converter-moshi:2.5.0"
41+ implementation " com.squareup.retrofit2:adapter-rxjava2:2.5.0"
4142
4243 // Date Support
4344 implementation " com.jakewharton.threetenabp:threetenabp:1.1.1"
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ dependencies {
3838 implementation " com.squareup.moshi:moshi-adapters:1.8.0"
3939 implementation " com.squareup.moshi:moshi-kotlin:1.8.0"
4040 implementation " com.squareup.retrofit2:converter-moshi:2.5.0"
41+ implementation " com.squareup.retrofit2:adapter-rxjava2:2.5.0"
4142
4243 // Date Support
4344 implementation " com.jakewharton.threetenabp:threetenabp:1.1.1"
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencies {
2424 implementation(" com.squareup.moshi:moshi-adapters:1.8.0" )
2525 implementation(" com.squareup.moshi:moshi-kotlin:1.8.0" )
2626 implementation(" com.squareup.retrofit2:converter-moshi:2.5.0" )
27+ implementation(" com.squareup.retrofit2:adapter-rxjava2:2.5.0" )
2728
2829 // Date Support
2930 implementation(" com.jakewharton.threetenabp:threetenabp:1.1.1" )
You can’t perform that action at this time.
0 commit comments