Skip to content
New issue

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

Circular dependency error #756

Open
krystofwoldrich opened this issue Aug 16, 2024 · 0 comments
Open

Circular dependency error #756

krystofwoldrich opened this issue Aug 16, 2024 · 0 comments
Assignees

Comments

@krystofwoldrich
Copy link
Member

krystofwoldrich commented Aug 16, 2024

Description

This is an umbrella issue for circular deps issues from other platforms.

Related issues

Example Error

:app:compileReleaseJavaWithJavac
--- :app:processReleaseResources
+--- :app:mapReleaseSourceSetPaths
| --- :app:mergeReleaseResources
| --- :app:copyReleaseBundledJs
| --- :app:mergeReleaseAssets
| --- :app:generateSentryDebugMetaPropertiesRelease
| --- :app:generateSentryProguardUuidRelease
| --- :app:minifyReleaseWithR8
| +--- :app:mergeReleaseGeneratedProguardFiles
| | +--- :app:compileReleaseJavaWithJavac ()
| | --- :app:processReleaseResources ()
| +--- :app:processReleaseResources ()
| --- :app:transformReleaseClassesWithAsm
| +--- :app:compileReleaseJavaWithJavac ()
| --- :app:processReleaseResources ()
--- :app:mergeReleaseResources ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Investigation
Development

No branches or pull requests

2 participants