diff --git a/build-logic/convention/src/main/kotlin/AndroidLibraryConventionPlugin.kt b/build-logic/convention/src/main/kotlin/AndroidLibraryConventionPlugin.kt index 3657ef450..07f6f6b96 100644 --- a/build-logic/convention/src/main/kotlin/AndroidLibraryConventionPlugin.kt +++ b/build-logic/convention/src/main/kotlin/AndroidLibraryConventionPlugin.kt @@ -55,7 +55,7 @@ abstract class AndroidLibraryConventionPlugin : Plugin { } configureSpotlessForAndroid() dependencies { - if (project.name != "lint") "implementation"(project(":lint")) + if (project.path != ":lint") "implementation"(project(":lint")) "implementation"(libs.findLibrary("androidx.tracing.ktx").get()) "testImplementation"(libs.findLibrary("kotlin.test").get())