We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb80a7 commit 5d804d6Copy full SHA for 5d804d6
internal/lint/build.gradle
@@ -6,7 +6,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
6
7
dependencies {
8
compileOnly "com.android.tools.lint:lint-api:27.0.1"
9
- compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0"
+ compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.10"
10
testImplementation "com.android.tools.lint:lint:27.0.1"
11
testImplementation "com.android.tools.lint:lint-tests:27.0.1"
12
}
0 commit comments