0

I have a problem where every single resource isn't found in my kotlin class, like strings, layouts, menus, drawables, and so on. They do exist.

Julius Babies
  • 955
  • 3
  • 6
  • 22

1 Answers1

0

To solve this, make sure Android Studio hasn't auto-imported android.R. This will change the meaning of R from my resources to the library.

Julius Babies
  • 955
  • 3
  • 6
  • 22