I'm getting "Unresolved reference: R" build time error after updating android studio to chipmunk version in all "Direction" classes that are generated by navigation component. R class is not imported in that classes, though I can import it manually but classes will be regenerated without import in next build
android gradle plugin version = 7.2.0
gradle wrapper version = 7.3.3-all
any solutions?
Had this same issue, I was able to fix it by updating this dependency in my Module build.grade
I also made sure my Android Gradle Plugin Version and Gradle Version were both set to the latest versions. (in the Project Structure->Project)