Fix test errors in tests in :core:designsystem module

pull/1323/head
lihenggui 2 years ago
parent 7c0dd986e6
commit 0aac9206f0

@ -25,6 +25,11 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
namespace = "com.google.samples.apps.nowinandroid.core.designsystem"
testOptions {
unitTests {
isIncludeAndroidResources = true
}
}
}
kotlin {

Loading…
Cancel
Save