0

To use android Room ORM in my project I added the Room dependencies in my Kotlin/Java project and after gradle build I get a whole lot of Unresolved References errors see errors below

enter image description here

I've tried this Android Studio unresolved reference. Project compiles and this Unresolved reference: kotlinx but no solutions yet, How do I solve this Unresolved Resources errors

enter image description here

Martin Zeitler
  • 1
  • 19
  • 155
  • 216
Iyke
  • 47
  • 10

1 Answers1

0

Try to:

1. Build -> Clean project;
2. File -> Invalidate caches \ restart and press `Invalidate and restart`
Max Shwed
  • 232
  • 2
  • 10