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 400e368 + e268272 commit 69f11b9Copy full SHA for 69f11b9
core/designsystem/build.gradle.kts
@@ -21,9 +21,6 @@ plugins {
21
}
22
23
android {
24
- defaultConfig {
25
- testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
26
- }
27
namespace = "com.google.samples.apps.nowinandroid.core.designsystem"
28
29
@@ -47,6 +44,4 @@ dependencies {
47
44
testImplementation(libs.hilt.android.testing)
48
45
testImplementation(libs.robolectric)
49
46
testImplementation(projects.core.screenshotTesting)
50
-
51
- androidTestImplementation(libs.bundles.androidx.compose.ui.test)
52
0 commit comments