diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e2dfe38..4ed3934 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -38,6 +38,9 @@ android { compose = true buildConfig = true } + lint { + disable += "NullSafeMutableLiveData" + } } dependencies {