Configure `isReturnDefaultValues` for `:core:datastore`

pull/449/head
Simon Marquis 2 years ago committed by GitHub
parent 23f414a05b
commit a3c3b1af19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,6 +33,11 @@ android {
consumerProguardFiles("consumer-proguard-rules.pro")
}
namespace = "com.google.samples.apps.nowinandroid.core.datastore"
testOptions {
unitTests {
isReturnDefaultValues = true
}
}
}
// Setup protobuf configuration, generating lite Java and Kotlin classes

Loading…
Cancel
Save