Skip to content

Commit 44439e1

Browse files
committed
also include annotations import
1 parent c22f3ce commit 44439e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/JExtractSwiftLib/FFM/FFMSwift2JavaGenerator.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ extension FFMSwift2JavaGenerator {
102102
"org.swift.swiftkit.ffm.*",
103103
"org.swift.swiftkit.ffm.SwiftRuntime",
104104

105+
// NonNull, Unsigned and friends
106+
"org.swift.swiftkit.core.annotations.*",
105107
// Unsigned numerics support
106108
"org.swift.swiftkit.core.primitives.*",
107109

0 commit comments

Comments
 (0)