-
Notifications
You must be signed in to change notification settings - Fork 3
Checking dependencies doesn't know which variant to check for Android #82
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Expected and Results
I guess we need to register a task per variant 🙈
* What went wrong:
Could not determine the dependencies of task ':openfeedback:tapmocCheckClassFileVersions'.
> Could not resolve all dependencies for configuration ':openfeedback:tapmocRuntimeDependencies'.
> Could not resolve project :openfeedback.
Required by:
project :openfeedback
> The consumer was configured to find a component for use during runtime. However we cannot choose between the following variants of project :openfeedback:
- debugRuntimeElements
- releaseRuntimeElements
All of them match the consumer attributes:
- Variant 'debugRuntimeElements' capability 'io.openfeedback:openfeedback:1.0.0-alpha.5-SNAPSHOT' declares a component for use during runtime:
- Unmatched attributes:
- Provides a library but the consumer didn't ask for it
- Provides attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '8.9.0' but the consumer didn't ask for it
- Provides attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug' but the consumer didn't ask for it
- Provides attribute 'com.android.build.gradle.internal.attributes.VariantAttr' with value 'debug' but the consumer didn't ask for it
- Provides attribute 'org.gradle.jvm.environment' with value 'android' but the consumer didn't ask for it
- Provides attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but the consumer didn't ask for it
Related environment and versions
No response
Reproduction steps
No response
Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working