We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Is the plugin compatible with crashlytics from Firebase?
I'm getting this error while trying to run my Ionic mobile application with this line + this plugin:
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.0'
Circular dependency between the following tasks: :app:dataBindingGenBaseClassesDebug +--- :app:mergeDebugResources | \--- :app:injectCrashlyticsMappingFileIdDebug | +--- :app:dataBindingGenBaseClassesDebug (*) | \--- :app:kaptDebugKotlin | +--- :app:dataBindingGenBaseClassesDebug (*) | +--- :app:kaptGenerateStubsDebugKotlin | | +--- :app:dataBindingGenBaseClassesDebug (*) | | \--- :app:processDebugResources | | +--- :app:mapDebugSourceSetPaths | | | \--- :app:injectCrashlyticsMappingFileIdDebug (*) | | +--- :app:mergeDebugResources (*) | | +--- :app:parseDebugLocalResources | | | \--- :app:packageDebugResources | | | \--- :app:injectCrashlyticsMappingFileIdDebug (*) | | +--- :app:processDebugManifest | | | \--- :app:processDebugMainManifest | | | \--- :app:extractDeepLinksDebug | | | \--- :app:injectCrashlyticsMappingFileIdDebug (*) | | \--- :app:processDebugManifestForPackage | | \--- :app:processDebugManifest (*) | +--- :app:mergeDebugResources (*) | +--- :app:parseDebugLocalResources (*) | \--- :app:processDebugResources (*) \--- :app:parseDebugLocalResources (*) * Try: > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. * Exception is: org.gradle.api.CircularReferenceException: Circular dependency between the following tasks: :app:dataBindingGenBaseClassesDebug +--- :app:mergeDebugResources | \--- :app:injectCrashlyticsMappingFileIdDebug | +--- :app:dataBindingGenBaseClassesDebug (*) | \--- :app:kaptDebugKotlin | +--- :app:dataBindingGenBaseClassesDebug (*) | +--- :app:kaptGenerateStubsDebugKotlin | | +--- :app:dataBindingGenBaseClassesDebug (*) | | \--- :app:processDebugResources | | +--- :app:mapDebugSourceSetPaths | | | \--- :app:injectCrashlyticsMappingFileIdDebug (*) | | +--- :app:mergeDebugResources (*) | | +--- :app:parseDebugLocalResources | | | \--- :app:packageDebugResources | | | \--- :app:injectCrashlyticsMappingFileIdDebug (*) | | +--- :app:processDebugManifest | | | \--- :app:processDebugMainManifest | | | \--- :app:extractDeepLinksDebug | | | \--- :app:injectCrashlyticsMappingFileIdDebug (*) | | \--- :app:processDebugManifestForPackage | | \--- :app:processDebugManifest (*) | +--- :app:mergeDebugResources (*) | +--- :app:parseDebugLocalResources (*) | \--- :app:processDebugResources (*) \--- :app:parseDebugLocalResources (*)
To Reproduce Steps to reproduce the behavior:
Expected behavior It should works.
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thank you for your request. Please provide a Minimal, Reproducible Example using this template in a public GitHub repository so I can debug the issue.
Sorry, something went wrong.
It looks like there hasn't been a reply in 30 days, so I'm closing this issue.
No branches or pull requests
Describe the bug
Is the plugin compatible with crashlytics from Firebase?
I'm getting this error while trying to run my Ionic mobile application with this line + this plugin:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should works.
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: