Ver código fonte

disable lint detector - bug in livedata

MrOzOn 5 anos atrás
pai
commit
3159808251
1 arquivos alterados com 4 adições e 0 exclusões
  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"