Skip to content
This repository was archived by the owner on Nov 14, 2018. It is now read-only.

Commit b7dfc03

Browse files
committed
Use the JDK 8 stdlib for metalava.
1 parent efdd213 commit b7dfc03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
metalava 'com.android.tools.lint:lint-checks:26.2.0-alpha11'
8080
metalava 'com.android.tools.lint:lint-gradle:26.2.0-alpha11'
8181
metalava 'com.android.tools.lint:lint:26.2.0-alpha11'
82-
metalava 'org.jetbrains.kotlin:kotlin-stdlib:1.2.40'
82+
metalava 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.40'
8383
}
8484

8585
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {

0 commit comments

Comments
 (0)