Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
Information redacted by Android Beta Feedback.
ap...@google.com <ap...@google.com> #3
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
da...@google.com <da...@google.com>
na...@google.com <na...@google.com> #4
I also have the same issue. Calls are so unstable it's ridiculous. I have already reported a similar issue, but they can't figure anything out. I too have bug reports.
Description
Version used: 2.7.0-alpha06
We are using Room in a KMP project where the Room database is not exposed outside the shared module. The newly added RoomDatabaseConstructor functionality forces us to make our Room database to have a public modifier thus exposing it outside our shared module. It would be nice if the generated RoomDatabaseConstructor copied the visibility modifier from the expect class.