Has anyone experienced a bug similar to the below ...
# android-studio
h
Has anyone experienced a bug similar to the below one? I'm using Android Studio 4.2
I'm experiencing a really weird bug in Android Studio. We have a build plugin under buildSrc. It creates multiple extensions to use in
build.gradle.kts
. However, when I try to write
private
in front of a value in one of the extension classes, Android Studio freezes...
I deliberately said "try to write" because as soon as I start typing the letters, everything freezes with no way of recovery. Restarting Android Studio is no help. I had to modify the file from somewhere else and also remove the project from Android Studio.