We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adca50 commit 3f80eb9Copy full SHA for 3f80eb9
Sources/ComposableArchitecture/Internal/Exports.swift
@@ -4,8 +4,9 @@
4
@_exported import ConcurrencyExtras
5
@_exported import CustomDump
6
@_exported import Dependencies
7
-#if swift(>=5.9)
8
-@_exported import DependenciesMacros
9
-#endif
10
@_exported import IdentifiedCollections
11
@_exported import SwiftUINavigationCore
+
+#if swift(>=5.9)
+ @_exported import DependenciesMacros
12
+#endif
0 commit comments