Exception Failed For task ‘:app:checkDebugAarMetaData’
Solution :
On this error we have to make some changings in app/build.gradle
.
- minSdkVersion 21
- targetSdkVersion 31
- compileSdkVersion 31
In project level build.gradle edit.
- ext.kotlin_version = ‘1.6.0’