瀏覽代碼

disable lint detector - bug in livedata

MrOzOn 5 年之前
父節點
當前提交
3159808251
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      feature_auth/build.gradle

+ 4 - 0
feature_auth/build.gradle

@@ -43,6 +43,10 @@ android {
     kotlinOptions {
         jvmTarget = '1.8'
     }
+    lintOptions {
+        disable "NullSafeMutableLiveData"
+    }
+
 }
 
 apply from: "$project.rootDir/scripts/deps_versions.gradle"