Parcourir la source

disable lint detector - bug in livedata

MrOzOn il y a 5 ans
Parent
commit
3159808251
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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"