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 e28954d commit abe304bCopy full SHA for abe304b
Sources/ExampleSwiftLibrary/MySwiftLibrary.swift
@@ -23,6 +23,8 @@ import Glibc
23
import CRT
24
#elseif canImport(Darwin)
25
import Darwin.C
26
+#elseif canImport(Android)
27
+import Android
28
#endif
29
30
public func helloWorld() {
0 commit comments