a
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<issues format="6" by="lint 7.2.1" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.1)" variant="fatal" version="7.2.1">
|
||||
|
||||
<issue
|
||||
id="NullSafeMutableLiveData"
|
||||
message="Expected non-nullable value"
|
||||
errorLine1=" _loginLiveData.value = login(userInfo)"
|
||||
errorLine2=" ~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/java/com/lowe/wanandroid/ui/login/LoginViewModel.kt"
|
||||
line="43"
|
||||
column="36"/>
|
||||
</issue>
|
||||
|
||||
<issue
|
||||
id="NullSafeMutableLiveData"
|
||||
message="Expected non-nullable value"
|
||||
errorLine1=" _registerLiveData.value = register(registerInfo)"
|
||||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||||
<location
|
||||
file="src/main/java/com/lowe/wanandroid/ui/login/LoginViewModel.kt"
|
||||
line="49"
|
||||
column="39"/>
|
||||
</issue>
|
||||
|
||||
</issues>
|
||||
Reference in New Issue
Block a user