sforkowany z mirror/meshtastic-android
make lint failures non fatal
rodzic
b8f9d70548
commit
3f50cab92d
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue