fix: disable NullSafeMutableLiveData lint check to resolve build failure
This commit is contained in:
@@ -37,6 +37,9 @@ android {
|
||||
buildFeatures {
|
||||
compose = true
|
||||
}
|
||||
lintOptions {
|
||||
disable("NullSafeMutableLiveData")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user