Skip to content

Commit 7015538

Browse files
committed
deps: add missing coroutines.test dependency implementation for instrumented tests
1 parent 37f4201 commit 7015538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ dependencies {
264264

265265
// Instrumented Test Libraries
266266
androidTestImplementation(composeBom)
267+
androidTestImplementation(libs.coroutines.test)
267268
androidTestImplementation(libs.androidx.test.core)
268269
androidTestImplementation(libs.androidx.test.ext.junit)
269270
androidTestImplementation(libs.androidx.test.ext.junit.ktx)

0 commit comments

Comments
 (0)