I am getting issue with XML suggetions. When I am trying to update compileSdkVersion 32 to 33. Unable to get suggetions in XML file. I have tried many solution like delete .idea folder and .iml files but it's not working. Can anyone help me on this. Thanks in advance.
android {
compileSdkVersion 33
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.example.abcd"
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "1.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
}

