Merge "[GH] Use projectOrArtifact for appcompat-lint's core dependency" into androidx-main
diff --git a/appcompat/appcompat-lint/integration-tests/build.gradle b/appcompat/appcompat-lint/integration-tests/build.gradle
index 0ed3410..13246f8 100644
--- a/appcompat/appcompat-lint/integration-tests/build.gradle
+++ b/appcompat/appcompat-lint/integration-tests/build.gradle
@@ -6,7 +6,7 @@
 
 dependencies {
     implementation(project(":appcompat:appcompat"))
-    implementation(project(":core:core"))
+    implementation(projectOrArtifact(":core:core"))
     api(libs.kotlinStdlib)
 }