Skip to content

Commit

Permalink
fix test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Jun 14, 2024
1 parent 7ec259f commit 86dff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {
sourceSetTree.set(KotlinSourceSetTree.test)

dependencies {
implementation("androidx.compose.ui:ui-test-junit4-android:1.6.7")
androidTestImplementation("androidx.compose.ui:ui-test-junit4-android:1.6.7")
debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.7")
}
}
Expand Down

0 comments on commit 86dff62

Please sign in to comment.