can't get room to work on kmp desktop target i keep getting Unresolved reference errors (logs in thread) when i try to run on desktop but android works fine anyone else encountered this before?
ok i found out that someone forgot to make the dao functions suspending 🤣 now its all working
d
danysantiago
08/11/2025, 8:20 PM
Huh, you should have gotten an error saying 'non-suspending' DAO functions are invalid in common / non-Android code.
t
Taha
08/12/2025, 10:13 AM
yeah for that project i didn't get that error but when i tried to implement the same database in a new KMP project i got that error and went back to my original project to fix it then