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
After configuration, I see this in our gradle problem report:
There are multiple distinct artifact transformation chains of the same length that would satisfy this request. This behavior has been deprecated. Solutions: [enum] Remove one or more registered transforms, or add additional attributes to them to ensure only a single valid transformation chain exists. [enum] Found multiple transformation chains that produce a variant of 'project :foundation:design:system' with requested attributes: - artifactType 'jar-for-dagger' - com.android.build.api.attributes.AgpVersionAttr '8.8.0' - com.android.build.api.attributes.BuildTypeAttr 'debug' - org.gradle.category 'library' - org.gradle.jvm.environment 'android' - org.gradle.usage 'java-runtime' - org.jetbrains.kotlin.platform.type 'androidJvm' Found the following transformation chains: - From configuration ':foundation:design:system:debugTestFixturesRuntimeElements' variant 'android-classes-jar': - With source attributes: - artifactType 'android-classes-jar' - com.android.build.api.attributes.AgpVersionAttr '8.8.0' - com.android.build.api.attributes.BuildTypeAttr 'debug' - com.android.build.gradle.internal.attributes.VariantAttr 'debug' - org.gradle.libraryelements 'jar' - org.gradle.usage 'java-runtime' - Candidate transformation chains: - Transformation chain: 'IdentityTransform' -> 'CopyTransform': - 'IdentityTransform': - Converts from attributes: - artifactType 'android-classes-jar' - To attributes: - artifactType 'android-classes' - 'CopyTransform': - Converts from attributes: - artifactType 'android-classes' - To attributes: - artifactType 'jar-for-dagger' - From configuration ':foundation:design:system:debugTestFixturesRuntimeElements' variant 'jar': - With source attributes: - artifactType 'jar' - com.android.build.api.attributes.AgpVersionAttr '8.8.0' - com.android.build.api.attributes.BuildTypeAttr 'debug' - com.android.build.gradle.internal.attributes.VariantAttr 'debug' - org.gradle.libraryelements 'jar' - org.gradle.usage 'java-runtime' - Candidate transformation chains: - Transformation chain: 'UnzipTransform' -> 'CopyTransform': - 'UnzipTransform': - Converts from attributes: - artifactType 'jar' - To attributes: - artifactType 'directory' - 'CopyTransform': - Converts from attributes: - artifactType 'directory' - To attributes: - artifactType 'jar-for-dagger'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After configuration, I see this in our gradle problem report:
The text was updated successfully, but these errors were encountered: