fix: update deprecated lintOptions to lint configuration
This commit is contained in:
@@ -51,8 +51,8 @@ android {
|
|||||||
buildFeatures {
|
buildFeatures {
|
||||||
compose = true
|
compose = true
|
||||||
}
|
}
|
||||||
lintOptions {
|
lint {
|
||||||
disable("NullSafeMutableLiveData")
|
disable += "NullSafeMutableLiveData"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user