Skip to content

Commit

Permalink
Fix for KT-51765
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
liutikas authored and Space committed Apr 18, 2022
1 parent 5584a50 commit 2f4afe0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2f4afe0

Please sign in to comment.