Suddenly today I've got red lines all over my (kts...
# android-studio
m
Suddenly today I've got red lines all over my (kts) build files. The errors are all
Internal error occurred while analyzing this expression: AssertionError: Can't find built-in class kotlin.Cloneable
I'm assuming it's a version error, I've tried Gradle 8.3 and 8.2.1 with changes to the plugin versions but the problem persists. Any ideas where I should look for what to fix?
c
You've tried invalidating cached etc right?
m
I hate caching! 😭 Thanks @czuckie. Panic set in and I forgot about that. Yes, that seems to have fixed that problem at least.
c
🤜 💥 🤛 When in doubt, invalidate caches it out
191 Views