Last active
July 29, 2019 15:54
-
-
Save saurabharora90/36400efbbd5da5ff77cd0cef332bb8c0 to your computer and use it in GitHub Desktop.
Dark Theme Lint Checks
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: '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