-
-
Save coyarzun89/2b3ea37962596a78b1ef43c441ba3c1c to your computer and use it in GitHub Desktop.
android-lint-rules/build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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