fix: disable NullSafeMutableLiveData lint check to resolve build failure

This commit is contained in:
Nedifinita
2025-07-15 00:13:07 +08:00
parent ac59bdcb49
commit abc6bcddf7
2 changed files with 7 additions and 65 deletions

View File

@@ -37,6 +37,9 @@ android {
buildFeatures {
compose = true
}
lintOptions {
disable("NullSafeMutableLiveData")
}
}
dependencies {