Skip to content

Commit b17a344

Browse files
committed
Add better overview
1 parent 09dceea commit b17a344

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Kotlin/Native provides bidirectional interoperability with Objective-C. Kotlin i
88
<li>It allows all iOS projects (written in Objective-C or Swift) to use shared Kotlin code</li>
99
<li>When the decision was made, Swift was still on the road to maturity and mainstream adoption.</li>
1010
</ul>
11-
The Kotlin/Native compiler generates Objective-C headers, which Swift code can import.
12-
13-
This has the following implications for Swift development:
11+
The Kotlin/Native compiler generates Objective-C headers, which Swift code can import. This has the following implications for Swift development:
1412
<ul>
1513
<li>Some features work exactly as expected</li>
1614
<li>Some features work with a small workaround</li>

0 commit comments

Comments
 (0)