Skip to content

Instantly share code, notes, and snippets.

@saurabharora90
Last active July 29, 2019 15:54
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 saurabharora90/36400efbbd5da5ff77cd0cef332bb8c0 to your computer and use it in GitHub Desktop.
Save saurabharora90/36400efbbd5da5ff77cd0cef332bb8c0 to your computer and use it in GitHub Desktop.
Dark Theme Lint Checks
apply plugin: 'java-library'
apply plugin: 'kotlin'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
compileOnly 'com.android.tools.lint:lint-api:26.4.1'
compileOnly 'com.android.tools.lint:lint-checks:26.4.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment