Saud Khan
03/13/2025, 2:51 AM* What went wrong:
Execution failed for task ':app:first:syncPodComposeResourcesForIos'.
> Cannot query the value of this provider because it has no value available.
Google search just ends up in old threads that tells you to disable that task, but then of course the resources are not compiled in.
Some think about the set up:
• Kotlin 2.0.21
• Compose MP: 1.7.3
• multi-module with resources in different modules
• modules are shared between app "first" and "second"
• app "second" is larger with more modules and most modules have resources and working well
• app "first" has mainly 4 modules with resources and is set up almost identically otherwise
• both app modules have resources in commonMain/composeResources
also
Any one have any suggestions on what I should try?Dmitry Motyl
03/18/2025, 10:43 AMSaud Khan
03/18/2025, 11:13 AMVlad
04/10/2025, 3:59 PMSaud Khan
04/11/2025, 2:27 PMSaud Khan
04/11/2025, 2:28 PMArtem
06/02/2025, 1:28 AMVlad
07/01/2025, 3:49 PMimplementation(compose.components.resources)
in the :composeApp even tho the resources deeper - did the trick.
Plus my dependency on coreresources are marked as API, but I can't say for sure that is exact for that reason, coz we are still in the migration from single module project.