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: androidx.room:room-compiler
Version used: 2.7.0-alpha04
Compilation of the attached project fails with
As figured out by others, creating an extra interface and making the database class inherit it fixes the problem:
This fix is prepared in the attached sample project, uncomment to see it working.