Anyone run in to following error in projects using...
# multiplatform
j
Anyone run in to following error in projects using
cocoapods
after updating to AGP 8.0 (along with Gradle 8.x)?
Copy code
Consumable configurations with identical capabilities within a project (other than the default configuration) must have unique attributes, but configuration ':common:podDebugFrameworkIosFat' and [configuration ':common:podDebugFrameworkIOS'] contain identical attribute sets. Consider adding an additional attribute to one of the configurations to disambiguate them.  Run the 'outgoingVariants' task for more details. See <https://docs.gradle.org/8.1/userguide/upgrading_version_7.html#unique_attribute_sets> for more details.
👀 1
a
Will be fixed in 1.9.0 KT-55751 MPP / Gradle: Consumable configurations must have unique attributes There are some workarounds suggested in the comments.
j
thanks! will take a look