fix: update deprecated lintOptions to lint configuration

This commit is contained in:
Nedifinita
2025-07-15 14:51:01 +08:00
parent c717eacd30
commit d50b502152

View File

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