Skip to content

Commit 85babfa

Browse files
committed
add intro to SwiftJavaDocumentation index.md
1 parent 77a818b commit 85babfa

File tree

1 file changed

+7
-4
lines changed
  • Sources/SwiftJavaDocumentation/Documentation.docc

1 file changed

+7
-4
lines changed

Sources/SwiftJavaDocumentation/Documentation.docc/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ Please refer to articles about the specific direction of interoperability you ar
1111

1212
### Getting started
1313

14-
**SwiftJava** provides Java and Swift interoperability with minimal overhead. It eliminates the complex, error-prone process of manually compiling Java classes to C headers for native access. With SwiftJava, developers can achieve a flexible, safe, and high-performance connection between the two languages.
14+
**SwiftJava** provides Java and Swift interoperability with minimal overhead. It eliminates the complex, error-prone process such as manually compiling Java classes to C headers for native access. With SwiftJava, developers can achieve a flexible, safe, and high-performance connection between the two languages.
1515

16-
#### Interoperability promotes
16+
**Interoperability promotes**
1717
- Incremental adoption of Swift
18-
- Reuse of libraries
18+
- Reuse of libraries across languages
19+
- Access libraries with or without native APIs
20+
- Implement performance-sensitive code in Swift
1921
- Support for ecosystem-specific build tools
2022

21-
#### Tools
23+
**Tools**
2224
- Swift Package:
2325
- JavaKit (Java -> Swift)
2426
- Java Library:
@@ -27,6 +29,7 @@ Please refer to articles about the specific direction of interoperability you ar
2729
- swift-java: command line tool
2830
- Build tool integration: SwiftPM Plugin or Gradle
2931

32+
3033
If you prefer a video introduction, you may want to watch this
3134
[Explore Swift and Java interoperability](https://www.youtube.com/watch?v=QSHO-GUGidA)
3235
WWDC 2025 session,

0 commit comments

Comments
 (0)