https://kotlinlang.org logo
i

Illusion

05/09/2022, 1:48 AM
So, why is this saying unresolved reference? It seems it's saying that every time it's importing something from an outside package Why is this happening and how do I solve this?
e

eygraber

05/09/2022, 5:51 AM
I've had luck disabling Gradle configuration cache, or opening the project in Intellij, and all of the different tracks of Android Studio until one of them work.
i

Illusion

05/09/2022, 1:34 PM
Ok, actually the thing that did the job here was to use gradle clean and build
16 Views