From 62db986836e15b38a78eda9025cb15e4cc5f00c6 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 27 May 2023 19:56:15 +0200 Subject: [PATCH] Add lint plugin to the `:lint` module --- lint/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/build.gradle.kts b/lint/build.gradle.kts index 4ae719aa6..35b6ec1e8 100644 --- a/lint/build.gradle.kts +++ b/lint/build.gradle.kts @@ -19,7 +19,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { `java-library` kotlin("jvm") - id("com.android.lint") + id("nowinandroid.android.lint") } java {