Skip to content

Commit a3c3b1a

Browse files
authored
Configure isReturnDefaultValues for :core:datastore
1 parent 23f414a commit a3c3b1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/datastore/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ android {
3333
consumerProguardFiles("consumer-proguard-rules.pro")
3434
}
3535
namespace = "com.google.samples.apps.nowinandroid.core.datastore"
36+
testOptions {
37+
unitTests {
38+
isReturnDefaultValues = true
39+
}
40+
}
3641
}
3742

3843
// Setup protobuf configuration, generating lite Java and Kotlin classes

0 commit comments

Comments
 (0)