Skip to content

Commit 06d96f4

Browse files
committed
Add Compose UI dependency to test fixtures
1 parent d74b37d commit 06d96f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/commons/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dependencies {
6565
testImplementation(libs.androidx.arch.core.testing)
6666
testImplementation(libs.androidx.lifecycle.runtime.testing)
6767

68+
testFixturesImplementation(libs.androidx.compose.ui.main)
6869
testFixturesCompileOnly(libs.kotlinx.coroutines.test)
6970
testFixturesCompileOnly(libs.junit)
7071
testFixturesCompileOnly(libs.mockito.kotlin)

0 commit comments

Comments
 (0)