Hi everyone, I'm facing an issue where the table ...
# multiplatform
a
Hi everyone, I'm facing an issue where the table names and columns in my Room Database are marked as unresolved in the IDE (Android Studio). However, there's no actual problem with the functionality in my app—the Room DB operations (queries, inserts, updates, etc.) are working perfectly fine. It seems to be an IDE-related issue rather than a coding or implementation issue. Has anyone else encountered this, and do you have any suggestions on how to resolve or suppress these warnings in the IDE? Thanks in advance!