我正在使用分页库 v3,尝试使用 RxRemoteMediator 时出现此错误
error: Not sure how to convert a Cursor to this method's return type
(androidx.paging.PagingSource<java.lang.Integer, MyClass>).
这是代码
@Transaction
@Query("SELECT * FROM item_table LIMIT 20")
fun loadAllItems(): PagingSource<Int, MyClass>