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.
1 parent 867829c commit c4664f7Copy full SHA for c4664f7
composed/build.gradle.kts
@@ -91,8 +91,8 @@ dependencies {
91
implementation(libs.compose.material3)
92
implementation(libs.androidx.core.ktx)
93
implementation(libs.androidx.annotation)
94
- implementation(libs.androidx.ui.test.junit4.android)
95
lintChecks(libs.compose.lint.checks)
96
testImplementation(libs.junit)
97
testImplementation(libs.roboelectric)
+ testImplementation(libs.androidx.ui.test.junit4.android)
98
}
0 commit comments