[REQUIRED] Step 2: Describe your environment
- Android Studio version: _____
- Firebase Component: Crashlytics Gradle Plugin
- Component version: 3.0.0
[REQUIRED] Step 3: Describe the problem
After upgrading to v3.0.0 of the Crashlytics Gradle plugin I get the following build error:
Circular dependency between the following tasks:
:app:dataBindingGenBaseClassesDebug
+--- :app:mergeDebugResources
| \--- :app:injectCrashlyticsMappingFileIdDebug
| \--- :app:dataBindingGenBaseClassesDebug (*)
\--- :app:parseDebugLocalResources
\--- :app:packageDebugResources
\--- :app:injectCrashlyticsMappingFileIdDebug (*)
Steps to reproduce:
A reproducible build can be found in firebase/quickstart-android#1608
Confirmed that the build succeeds with version 2.9.9: firebase/quickstart-android#1607