blob: bc06ad20cb425002a926102804e18fea507e5273 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-alpha06" client="gradle" variant="debug" version="4.2.0-alpha06">
<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&lt;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&lt;T> = asLiveData(context, timeout.toMillis())"
errorLine2=" ~~~~~~~~">
<location
file="src/main/java/androidx/lifecycle/FlowLiveData.kt"
line="148"
column="46"/>
</issue>
</issues>