plnice / can-i-drop-jetifier

Gradle plugin that checks if there are dependencies using support library instead of AndroidX.
Apache License 2.0
558 stars 14 forks source link

Error failed to apply plugin [id 'com.google.firebase.crashlytics'] #15

Open chrisonline opened 4 years ago

chrisonline commented 4 years ago

I get 2 errors when I run the task. If I build it with Android Studio all is working fine. `FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

2: Task failed with an exception.

BUILD FAILED in 2s`

3dmg commented 4 years ago

It worked for me to disable android.enableJetifier=false in the gradle.properties and run just the task canIDropJetifier

chrisonline commented 4 years ago

Thanks, but this makes no difference on my side :-(