| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="6" by="lint 7.0.0-alpha15" type="baseline" client="cli" name="Lint" variant="all" version="7.0.0-alpha15"> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 26; however, the containing class androidx.lifecycle.CoroutineLiveDataKt is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1="): LiveData<T> = CoroutineLiveData(context, timeout.toMillis(), block)" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/lifecycle/CoroutineLiveData.kt" |
| line="470" |
| column="53"/> |
| </issue> |
| |
| <issue |
| id="ClassVerificationFailure" |
| message="This call references a method added in API level 26; however, the containing class androidx.lifecycle.FlowLiveDataConversions is reachable from earlier API levels and will fail run-time class verification." |
| errorLine1="): LiveData<T> = asLiveData(context, timeout.toMillis())" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/lifecycle/FlowLiveData.kt" |
| line="148" |
| column="46"/> |
| </issue> |
| |
| <issue |
| id="NullSafeMutableLiveData" |
| message="Expected non-nullable value" |
| errorLine1=" target.value = value" |
| errorLine2=" ~~~~~"> |
| <location |
| file="src/main/java/androidx/lifecycle/CoroutineLiveData.kt" |
| line="99" |
| column="24"/> |
| </issue> |
| |
| </issues> |