fix: update deprecated lintOptions to lint configuration

This commit is contained in:
Nedifinita
2025-07-15 14:51:01 +08:00
parent 10d4c341a7
commit d6b3034235

View File

@@ -51,8 +51,8 @@ android {
buildFeatures {
compose = true
}
lintOptions {
disable("NullSafeMutableLiveData")
lint {
disable += "NullSafeMutableLiveData"
}
}