Having this project template. https://github.com/JetBrains/compose-multiplatform-template and there is a setup using xconfig build variables https://github.com/JetBrains/compose-multiplatform-template/blob/main/iosApp/Configuration/Config.xcconfig Looks like the VariableResolver is just simplistic and in my case it has values with ``` key:'PRODUCT_NAME', value:'${APP_NAME}' ``` and then it's failing with ` named capturing group is missing trailing '}'` here https://github.com/openbakery/gradle-xcodePlugin/blob/main/libxcode/src/main/groovy/org/openbakery/util/VariableResolver.groovy#L66
Having this project template.
https://github.com/JetBrains/compose-multiplatform-template
and there is a setup using xconfig build variables
https://github.com/JetBrains/compose-multiplatform-template/blob/main/iosApp/Configuration/Config.xcconfig
Looks like the VariableResolver is just simplistic and in my case it has values with
and then it's failing with
named capturing group is missing trailing '}'herehttps://github.com/openbakery/gradle-xcodePlugin/blob/main/libxcode/src/main/groovy/org/openbakery/util/VariableResolver.groovy#L66