Does Firebase-perf plugin supports AGP 8.0 and later?

132 views Asked by At

I'm trying to use a Firebase performance in AGP 8.1.0 project, but having a problem below:

An exception occurred applying plugin request [id: 'com.google.firebase.firebase-perf']
> Failed to apply plugin 'com.google.firebase.firebase-perf'.
   > Could not create plugin of type 'FirebasePerfPlugin'.
      > Could not generate a decorated class for type FirebasePerfPlugin.
         > com/android/build/api/transform/Transform

Since AGP 8.0, the Transform API has been removed, and I guess the problem is that the Firebase-Perf plugin doesn't support it yet. Does it only happen to me? Or should I report a bug?

0

There are 0 answers