Bruno Medeiros
02/20/2024, 2:01 PM1.6.0-rc02
and I'm getting the following error in Gradle:
A build operation failed.
Querying the mapped value of provider(java.util.Set) before task ':appAndroid:copyCommonAndroidComposeResources' has completed is not supported
Querying the mapped value of provider(java.util.Set) before task ':appAndroid:copyCommonAndroidComposeResources' has completed is not supported
Tried to search here in Slack and didn't find anything.
Any ideas of what's going on?Joel Denke
02/20/2024, 2:06 PMDima Avdeev
02/20/2024, 2:15 PMBruno Medeiros
02/20/2024, 2:33 PMBruno Medeiros
02/20/2024, 2:34 PMNacho Ruiz Martin
04/25/2024, 7:51 AM2.0.0-RC1
and Compose Multiplatform 1.6.10-beta02
(to be able to use multimodule resources):
Querying the mapped value of provider(java.util.Set) before task ':bard:androidStagingDebugResourcesCopyHierarchicalMultiplatformResources' has completed is not supported
Querying the mapped value of provider(java.util.Set) before task ':business:common:androidStagingDebugResourcesCopyHierarchicalMultiplatformResources' has completed is not supported
Querying the mapped value of provider(java.util.Set) before task ':business:user:androidStagingDebugResourcesCopyHierarchicalMultiplatformResources' has completed is not supported
Querying the mapped value of provider(java.util.Set) before task ':common:resources:androidStagingDebugResourcesCopyHierarchicalMultiplatformResources' has completed is not supported
Querying the mapped value of provider(java.util.Set) before task ':pub:app:androidStagingDebugResourcesCopyHierarchicalMultiplatformResources' has completed is not supported
Querying the mapped value of provider(java.util.Set) before task ':user:app:androidStagingDebugResourcesCopyHierarchicalMultiplatformResources' has completed is not supported
Querying the mapped value of provider(java.util.Set) before task ':user:ui:androidStagingDebugResourcesCopyHierarchicalMultiplatformResources' has completed is not supported
Can they be related? I have android flavours too.Nacho Ruiz Martin
04/25/2024, 8:14 AM