make lint failures non fatal

1.2-legacy
Kevin Hester 2021-02-21 10:59:51 +08:00
rodzic b8f9d70548
commit 3f50cab92d
1 zmienionych plików z 2 dodań i 6 usunięć

Wyświetl plik

@ -61,9 +61,6 @@ android {
}
buildFeatures {
// Enables Jetpack Compose for this module
// compose true // NOTE, if true main app crashes if you use regular view layout functions
viewBinding true
}
@ -78,9 +75,8 @@ android {
jvmTarget = "1.8"
}
composeOptions {
//kotlinCompilerVersion "1.3.61-dev-withExperimentalGoogleExtensions-20200129"
//kotlinCompilerExtensionVersion "$compose_version"
lintOptions {
abortOnError false
}
}