Illegal class file: Class module-info is missing a super type. Class file version 53
Adding this to your app-level build.gradle
file solves the problem temporarily
debug {
FirebasePerformance {
// Set this flag to 'false' to disable @AddTrace annotation processing and
// automatic HTTP/S network request monitoring
// for a specific build variant at compile time.
instrumentationEnabled false
}
}
FYI, this was an AGP bug...it's been fixed in AGP 3.6