Fix for KT-51765

Kotlin Gradle plugin was incorrectly assuming that com.android.lint implies an Android project.
com.android.lint works for any JVM project and is used that way in various projects.
This commit is contained in:
Aurimas
2022-03-29 11:52:50 -07:00
committed by Yahor Berdnikau
parent 86d8ef7e45
commit 1a40eabbbd
@@ -11,7 +11,6 @@ internal val androidPluginIds = listOf(
"com.android.dynamic-feature",
"com.android.asset-pack",
"com.android.asset-pack-bundle",
"com.android.lint",
"com.android.test",
// Deprecated android plugins
"com.android.instantapp",