We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391b00b commit 25d3b29Copy full SHA for 25d3b29
activity/integration-tests/baselineprofile/build.gradle
@@ -47,8 +47,8 @@ android {
47
}
48
49
dependencies {
50
- implementation(project(":benchmark:benchmark-junit4"))
51
- implementation(project(":benchmark:benchmark-macro-junit4"))
+ implementation(projectOrArtifact(":benchmark:benchmark-junit4"))
+ implementation(projectOrArtifact(":benchmark:benchmark-macro-junit4"))
52
implementation(libs.testRules)
53
implementation(libs.testExtJunit)
54
implementation(libs.testCore)
0 commit comments