Skip to content

Commit 3d9433f

Browse files
[SwiftJava] Fix Android build by making JNINativeInterface_ public (#387)
1 parent 4b39212 commit 3d9433f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftJava/JavaEnvironment.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import CSwiftJavaJNI
1616

1717
#if canImport(Android)
18-
typealias JNINativeInterface_ = JNINativeInterface
18+
public typealias JNINativeInterface_ = JNINativeInterface
1919
#endif
2020

2121
extension UnsafeMutablePointer<JNIEnv?> {

0 commit comments

Comments
 (0)