Revert "Revert "all: switch to moshi-kotlin and fix tests""

This reverts commit 602d11de35180d72fae9472b280d08af460d940f.
This commit is contained in:
Aditya Wasan 2021-01-25 02:17:45 +05:30 committed by Harsh Shandilya
parent c835a59cbf
commit 0a6371b159
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
7 changed files with 10 additions and 11 deletions

View file

@ -7,10 +7,10 @@ plugins {
dependencies {
kapt(Dependencies.AndroidX.Hilt.daggerCompiler)
kapt(Dependencies.ThirdParty.Moshi.codegen)
api(Dependencies.ThirdParty.Retrofit.lib)
implementation(project(":database"))
implementation(Dependencies.AndroidX.Hilt.dagger)
implementation(Dependencies.ThirdParty.Moshi.kotlinReflect)
implementation(Dependencies.ThirdParty.Retrofit.moshi)
testImplementation(Dependencies.Kotlin.Coroutines.core)
testImplementation(Dependencies.Testing.junit)