We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08a165c + 0b0fdbf commit 452ab50Copy full SHA for 452ab50
core/data/build.gradle.kts
@@ -25,6 +25,7 @@ android {
25
testOptions {
26
unitTests {
27
isIncludeAndroidResources = true
28
+ isReturnDefaultValues = true
29
}
30
31
@@ -44,4 +45,4 @@ dependencies {
44
45
46
testImplementation(project(":core:datastore-test"))
47
testImplementation(project(":core:testing"))
-}
48
+}
core/datastore/build.gradle.kts
@@ -33,6 +33,11 @@ android {
33
consumerProguardFiles("consumer-proguard-rules.pro")
34
35
namespace = "com.google.samples.apps.nowinandroid.core.datastore"
36
+ testOptions {
37
+ unitTests {
38
39
+ }
40
41
42
43
// Setup protobuf configuration, generating lite Java and Kotlin classes
0 commit comments