Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Fix: Export jni rather than its modules
Browse files Browse the repository at this point in the history
Signed-off-by: XOR·APPS <[email protected]>
  • Loading branch information
xorapps committed Apr 3, 2023
1 parent 62cf3a8 commit 294c383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pub use conversion::*;
mod java_types;
pub use java_types::*;

pub use jni::*;
pub use jni;

0 comments on commit 294c383

Please sign in to comment.