Skip to content

Commit 79f1f8e

Browse files
authored
Enhance README with simple introduction, presentation link
Updated project description and added introduction section with a reference to a WWDC presentation.
1 parent 3ebdfbb commit 79f1f8e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Swift Java Interoperability Tools and Libraries
22

3-
This repository contains two approaches to Swift/Java interoperability.
3+
This project contains tools and libraries that facilitate **Swift & Java Interoperability**.
44

55
- Swift library (`SwiftJava`) 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.
66
- The `swift-java` tool which offers automated ways to import or "extract" bindings to sources or libraries in either language. The results are bindings for Swift or Java.
77

8+
## Introduction
9+
10+
If you'd like to check out a quick introduction to Swift & Java interoperability, you may be interested in this presentation from WWDC25: [WWDC25: Explore Swift and Java interoperability](https://www.youtube.com/watch?v=QSHO-GUGidA).
11+
12+
While we work on more quickstarts and documentation, please refer to the Sample projects located in [Samples/](Samples/) that showcase the various ways you can use swift-java in your Swift or Java projects.
13+
814
## Dependencies
915

1016
### Required JDK versions

0 commit comments

Comments
 (0)