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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## [2.4.0-1.11.1-2]
4
+
5
+
- Fixes `deleteRepresentablesPackage`, `createRepresentablesPackage`, and `exportToSpm` scripts to detect and remove orphaned `XCSwiftPackageProductDependency` entries (entries without a `package` pointer left behind by previous manual or tool-assisted additions). These orphaned entries caused intermittent build failures — Xcode could resolve them from DerivedData cache, but failed with "cannot find type in scope" errors after a clean build or cache reset.
6
+
3
7
## [2.4.0-1.11.1-1]
4
8
5
9
- Adds `composeuiviewcontroller.metadataPath` to pass the absolute path passed by the Gradle plugin. This is always correct regardless of the
[](https://androidweekly.net/issues/issue-583)[](https://mailchi.mp/kotlinweekly/kotlin-weekly-378)[](https://mailchi.mp/kotlinweekly/kotlin-weekly-389) <ahref="https://jetc.dev/issues/177.html"><imgsrc="https://img.shields.io/badge/As_Seen_In-jetc.dev_Newsletter_Issue_%23177-blue?logo=Jetpack+Compose&logoColor=white"alt="As Seen In - jetc.dev Newsletter Issue #177"></a> <ahref="https://jetc.dev/issues/188.html"><imgsrc="https://img.shields.io/badge/As_Seen_In-jetc.dev_Newsletter_Issue_%23188-blue?logo=Jetpack+Compose&logoColor=white"alt="As Seen In - jetc.dev Newsletter Issue #188"></a>
Copy file name to clipboardExpand all lines: kmp-composeuiviewcontroller-gradle-plugin/src/main/kotlin/com/github/guilhe/kmp/composeuiviewcontroller/gradle/Constants.kt
0 commit comments