File tree Expand file tree Collapse file tree
inspection/inspection-testing Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ plugins {
3232
3333dependencies {
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
You can’t perform that action at this time.
0 commit comments