Skip to content

Commit 73fd84d

Browse files
committed
Attempt #2 to fix playground builds
Turns out inspection-testing is not building snapshots, so we need to keep it, instead swap just inspection:inspection Test: None Change-Id: Idd9d11fe21d3f915494eaf5ee1fb2afd7387f389
1 parent 21ec492 commit 73fd84d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compose/ui/ui-inspection/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
androidTestImplementation(project(":compose:material:material"))
6969
androidTestImplementation("androidx.compose.material:material-icons-core:1.6.7")
7070
androidTestImplementation("androidx.compose.material3:material3-android:1.3.1")
71-
androidTestImplementation(androidx.projectOrArtifact(":inspection:inspection-testing"))
71+
androidTestImplementation(project(":inspection:inspection-testing"))
7272
androidTestImplementation("androidx.activity:activity-compose:1.3.1")
7373
androidTestImplementation(libs.testRunner)
7474
androidTestImplementation(libs.testRules)

inspection/inspection-testing/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232

3333
dependencies {
3434
api("androidx.annotation:annotation:1.8.1")
35-
api(project(":inspection:inspection"))
35+
api(androidx.projectOrArtifact(":inspection:inspection"))
3636
implementation(libs.kotlinStdlib)
3737
implementation(libs.kotlinCoroutinesAndroid)
3838

0 commit comments

Comments
 (0)