Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Component used: room, rxjava, guava, paging
Version used: room - 2.4.0-alpha-02 (is present in 2.3.0 too) paging - 3.0.0
Devices/Android versions reproduced on: Project didn't compile. It's an compilation issue
Room Dao isn't able to return RxPagingSource or ListenableFuturePagingSource
I have attached small sample project. You can observe the issue when you build this project
It will give error in sampleDao_impl.java
incompatible types: PagingSource<Integer,String> cannot be converted to RxPagingSource<Integer,String>