sforkowany z mirror/meshtastic-android
make lint failures non fatal
rodzic
b8f9d70548
commit
3f50cab92d
|
@ -61,9 +61,6 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
// Enables Jetpack Compose for this module
|
|
||||||
// compose true // NOTE, if true main app crashes if you use regular view layout functions
|
|
||||||
|
|
||||||
viewBinding true
|
viewBinding true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,9 +75,8 @@ android {
|
||||||
jvmTarget = "1.8"
|
jvmTarget = "1.8"
|
||||||
}
|
}
|
||||||
|
|
||||||
composeOptions {
|
lintOptions {
|
||||||
//kotlinCompilerVersion "1.3.61-dev-withExperimentalGoogleExtensions-20200129"
|
abortOnError false
|
||||||
//kotlinCompilerExtensionVersion "$compose_version"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue