| <?xml version="1.0" encoding="UTF-8"?> |
| <issues format="5" by="lint 4.2.0-beta02" client="gradle" variant="debug" version="4.2.0-beta02"> |
| |
| <issue |
| id="UnsafeNewApiCall" |
| message="This call is to a method from API 26, the call containing class androidx.lifecycle.CoroutineLiveDataKt is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)." |
| 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="UnsafeNewApiCall" |
| message="This call is to a method from API 26, the call containing class androidx.lifecycle.FlowLiveDataConversions is not annotated with @RequiresApi(x) where x is at least 26. Either annotate the containing class with at least @RequiresApi(26) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(26)." |
| errorLine1="): LiveData<T> = asLiveData(context, timeout.toMillis())" |
| errorLine2=" ~~~~~~~~"> |
| <location |
| file="src/main/java/androidx/lifecycle/FlowLiveData.kt" |
| line="148" |
| column="46"/> |
| </issue> |
| |
| </issues> |