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