diff --git a/compiler/android-tests/android-module/build.gradle b/compiler/android-tests/android-module/build.gradle index 816573e9694..4cf1b678d3a 100644 --- a/compiler/android-tests/android-module/build.gradle +++ b/compiler/android-tests/android-module/build.gradle @@ -52,6 +52,11 @@ android { } } packagingOptions { exclude 'META-INF/build.txt' } + + //TODO run under java 6, cause there is error on implicit 'stream' import in 'asWithMutable' test + lintOptions { + abortOnError false + } } dependencies {