You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Swift Java Interoperability Tools and Libraries
2
2
3
-
This repository contains two approaches to Swift/Java interopability.
3
+
This repository contains two approaches to Swift/Java interoperability.
4
4
5
5
- A Swift library (`JavaKit`) and bindings generator that allows a Swift program to make use of Java libraries by wrapping Java classes in corresponding Swift types, allowing Swift to directly call any wrapped Java API.
6
6
- The `jextract-swift` tool which is similar to the JDK's `jextract` which allows to extract Java sources which are used
0 commit comments