Skip to content

Commit 23f414a

Browse files
authored
Configure isReturnDefaultValues to fix #448
1 parent aa4d930 commit 23f414a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/data/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ android {
2525
testOptions {
2626
unitTests {
2727
isIncludeAndroidResources = true
28+
isReturnDefaultValues = true
2829
}
2930
}
3031
}
@@ -44,4 +45,4 @@ dependencies {
4445
implementation(libs.kotlinx.datetime)
4546
implementation(libs.kotlinx.coroutines.android)
4647
implementation(libs.kotlinx.serialization.json)
47-
}
48+
}

0 commit comments

Comments
 (0)