blob: 3d3bf3f9a0d734b5910601b625d68c78c5033d03 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 3.6.0-beta05" client="gradle" variant="debug" version="3.6.0-beta05">
<issue
id="RestrictedApi"
message="ArchTaskExecutor can only be called from within the same library group prefix (referenced groupId=`androidx.arch.core` with prefix androidx.arch from groupId=`androidx.paging`)"
errorLine1=" internal var mainThreadExecutor = ArchTaskExecutor.getMainThreadExecutor()"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/paging/AsyncPagedListDiffer.kt"
line="128"
column="39"/>
</issue>
<issue
id="RestrictedApi"
message="ArchTaskExecutor can only be called from within the same library group prefix (referenced groupId=`androidx.arch.core` with prefix androidx.arch from groupId=`androidx.paging`)"
errorLine1=" fetchExecutor: Executor = ArchTaskExecutor.getIOThreadExecutor()"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/paging/LivePagedList.kt"
line="130"
column="31"/>
</issue>
<issue
id="RestrictedApi"
message="ArchTaskExecutor can only be called from within the same library group prefix (referenced groupId=`androidx.arch.core` with prefix androidx.arch from groupId=`androidx.paging`)"
errorLine1=" fetchExecutor: Executor = ArchTaskExecutor.getIOThreadExecutor()"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src/main/java/androidx/paging/LivePagedList.kt"
line="159"
column="31"/>
</issue>
</issues>