Skip to content

Instantly share code, notes, and snippets.

@coyarzun89
Created May 7, 2021 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coyarzun89/2b3ea37962596a78b1ef43c441ba3c1c to your computer and use it in GitHub Desktop.
Save coyarzun89/2b3ea37962596a78b1ef43c441ba3c1c to your computer and use it in GitHub Desktop.
android-lint-rules/build.gradle
apply plugin: 'kotlin'
apply plugin: 'com.android.lint'
dependencies {
compileOnly "com.android.tools.lint:lint-api:$lintVersion"
testImplementation "com.android.tools.lint:lint:$lintVersion"
testImplementation "com.android.tools.lint:lint-tests:$lintVersion"
}
jar {
manifest {
attributes("Lint-Registry-v2": "dev.cristopher.lint.DefaultIssueRegistry")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment