blob: 6930a4b17e7321e624d67cdc21c2babd864ac03c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 4.2.0-alpha15" client="gradle" variant="debug" version="4.2.0-alpha15">
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 16, the call containing class androidx.room.CoroutinesRoom is not annotated with @RequiresApi(x) where x is at least 16. Either annotate the containing class with at least @RequiresApi(16) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(16)."
errorLine1=" cancellationSignal.cancel()"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/room/CoroutinesRoom.kt"
line="91"
column="44"/>
</issue>
<issue
id="UnsafeNewApiCall"
message="This call is to a method from API 16, the call containing class androidx.room.CoroutinesRoom.Companion is not annotated with @RequiresApi(x) where x is at least 16. Either annotate the containing class with at least @RequiresApi(16) or move the call to a static method in a wrapper class annotated with at least @RequiresApi(16)."
errorLine1=" cancellationSignal.cancel()"
errorLine2=" ~~~~~~">
<location
file="src/main/java/androidx/room/CoroutinesRoom.kt"
line="91"
column="44"/>
</issue>
</issues>