Reputation: 9425
I got the above error after i add Plugins{ `kotlin`}
to my build.gradle.kts file.
I have Google this problem and rebuild after delete all .gradle、.idea dir, but this problem still occurs. Additionally, i tried invalidate caches, but not work.
Any ideas for this problem?
Upvotes: 14
Views: 3287
Reputation: 834
You can try to delete Cache folder of Android Studio manually ~/Library/Caches/Google/AndroidStudio4.2
I had the same problem when upgrading Android Studio 4.2, Kotlin 1.5, and Gradle 7.0. This solution fixed my problem
Upvotes: 19