Introduce JsonProvider.
It will ensure that classes are using the correct Json instances in the unit tests.
This commit is contained in:
parent
c962201722
commit
241a968d66
21 changed files with 103 additions and 52 deletions
|
|
@ -32,6 +32,7 @@ dependencies {
|
|||
implementation(libs.androidx.recyclerview)
|
||||
implementation(libs.androidx.exifinterface)
|
||||
implementation(libs.androidx.datastore.preferences)
|
||||
implementation(libs.serialization.json)
|
||||
api(libs.androidx.browser)
|
||||
|
||||
testCommonDependencies(libs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue