Browse Source

disable lint detector - bug in livedata

MrOzOn 5 năm trước cách đây
mục cha
commit
3159808251
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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"