mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-10 16:02:05 -04:00
#1319 Lint Issue: SyntheticAccessor
This commit is contained in:
parent
9905ab0d3a
commit
8675e4b54d
@ -126,7 +126,6 @@ dependencies {
|
||||
// Leak canary
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-2'
|
||||
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
|
||||
implementation "android.arch.lifecycle:extensions:1.1.1"
|
||||
implementation "io.objectbox:objectbox-kotlin:$objectboxVersion"
|
||||
@ -228,12 +227,15 @@ android {
|
||||
abortOnError true
|
||||
checkAllWarnings true
|
||||
warningsAsErrors true
|
||||
//TODO stop ignoring
|
||||
ignore 'MissingTranslation',
|
||||
|
||||
ignore 'SyntheticAccessor',
|
||||
//TODO stop ignoring below this
|
||||
'MissingTranslation',
|
||||
'CheckResult',
|
||||
'LabelFor',
|
||||
'DuplicateStrings',
|
||||
'LogConditional'
|
||||
|
||||
warning 'UnknownNullness',
|
||||
'SelectableText',
|
||||
'IconDensities'
|
||||
@ -452,7 +454,7 @@ play {
|
||||
resolutionStrategy = "fail"
|
||||
}
|
||||
|
||||
ktlint{
|
||||
ktlint {
|
||||
android = true
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user