im getting an `Unresolved reference:` error when ...
# compose-desktop
t
im getting an
Unresolved reference:
error when i try to make any changes to files in my project and rebuild. all these unresolved refrences point to local files in my project and the imports are 100% correct. if i rollback to my last commit everything works fine but once i add a println statment that file gets multiple unresolved errors
i tried invalidating cache and restarting but it didn't help
looks like it was a bug in Intellij idea i tried opeing the project in android studio and everything worked fine
👍 1