You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* For Android, select "release" by default. This is probably not 100% correct, but fixes errors like those:
100
+
*
101
+
* ```
102
+
* Could not determine the dependencies of task ':openfeedback-m3:tapmocCheckClassFileVersions'.
103
+
* > Could not resolve all dependencies for configuration ':openfeedback-m3:tapmocRuntimeDependencies'.
104
+
* > Could not resolve project :openfeedback-resources.
105
+
* Required by:
106
+
* project :openfeedback-m3
107
+
* > The consumer was configured to find a component for use during runtime. However we cannot choose between the following variants of project :openfeedback-resources:
108
+
* - debugRuntimeElements
109
+
* - releaseRuntimeElements
110
+
* All of them match the consumer attributes:
111
+
* - Variant 'debugRuntimeElements' capability 'io.openfeedback:openfeedback-resources:1.0.0-alpha.5-SNAPSHOT' declares a component for use during runtime:
112
+
* - Unmatched attributes:
113
+
* - Provides a library but the consumer didn't ask for it
114
+
* - Provides attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '8.9.0' but the consumer didn't ask for it
115
+
* - Provides attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug' but the consumer didn't ask for it
116
+
* - Provides attribute 'com.android.build.gradle.internal.attributes.VariantAttr' with value 'debug' but the consumer didn't ask for it
117
+
* - Provides attribute 'org.gradle.jvm.environment' with value 'android' but the consumer didn't ask for it
118
+
* - Provides attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but the consumer didn't ask for it
119
+
* - Variant 'releaseRuntimeElements' capability 'io.openfeedback:openfeedback-resources:1.0.0-alpha.5-SNAPSHOT' declares a component for use during runtime:
120
+
* - Unmatched attributes:
121
+
* - Provides a library but the consumer didn't ask for it
122
+
* - Provides attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '8.9.0' but the consumer didn't ask for it
123
+
* - Provides attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'release' but the consumer didn't ask for it
124
+
* - Provides attribute 'com.android.build.gradle.internal.attributes.VariantAttr' with value 'release' but the consumer didn't ask for it
125
+
* - Provides attribute 'org.gradle.jvm.environment' with value 'android' but the consumer didn't ask for it
126
+
* - Provides attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but the consumer didn't ask for it
127
+
* ```
128
+
*
129
+
* I'm expecting the attributes to be ignored in the other cases because "missing attributes are a match" 🤞
0 commit comments