Fix lint warning

Recommended Action: Apply the 'com.android.lint' plugin to java library project ***. to enable lint to analyze those sources.
This commit is contained in:
Benoit Marty 2023-03-17 09:57:30 +01:00
parent a3822f2962
commit a1eb80e9d1
3 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,7 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
alias(libs.plugins.kotlin.jvm)
id("com.android.lint")
}
dependencies {

View File

@ -19,6 +19,7 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
id("java-library")
id("com.android.lint")
alias(libs.plugins.kotlin.jvm)
}

View File

@ -18,6 +18,7 @@
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
alias(libs.plugins.kotlin.jvm)
id("com.android.lint")
}
dependencies {