Skip to content

Commit

Permalink
Add test deps for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 committed Oct 25, 2024
1 parent b3c76b9 commit 20afc72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snapshots/snapshots/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ dependencies {
api(libs.compose.ui.test.junit)

testImplementation(libs.junit)
testImplementation(platform(libs.compose.bom))
testImplementation(libs.compose.runtime)
testImplementation(libs.compose.ui)
testImplementation(libs.compose.ui.tooling)
testImplementation(libs.compose.foundation.android)
}

tasks.register("generateMetaInfVersion") {
Expand Down

0 comments on commit 20afc72

Please sign in to comment.