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 b6ad6d0 commit 140d698Copy full SHA for 140d698
Sources/AndroidSystem/Internals/CInterop.swift
@@ -18,6 +18,7 @@ import Musl
18
#elseif canImport(WASILibc)
19
import WASILibc
20
#elseif canImport(Android)
21
+@_exported import SwiftAndroid
22
@_implementationOnly import AndroidNDK
23
import Android
24
#else
0 commit comments