Skip to content

Commit 7838cac

Browse files
authored
Merge pull request #4 from kotlin-hands-on/big_table_swift_export
Add link to Swift export feature state table in README
2 parents 961ac90 + be7cf60 commit 7838cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Kotlin/Native compiler generates Objective-C headers, which Swift code can i
1717
<li>Some features don’t work</li>
1818
</ul>
1919

20-
<table><tr><td>Swift export, where the Kotlin API is directly exported as Swift declarations instead of Objective-C headers, is something that the Kotlin team is currently working on, and will resolve some of the difficulties experienced by Swift developers when consuming shared Kotlin code.</td></tr></table>
20+
<table><tr><td>Swift export, where the Kotlin API is directly exported as Swift declarations instead of Objective-C headers, is something that the Kotlin team is currently working on, and will resolve some of the difficulties experienced by Swift developers when consuming shared Kotlin code. You can find the table with the latest feature state <a href="https://kotl.in/swift-export-feature-status">here.</a></td></tr></table>
2121

2222
## How to use
2323
### Interopedia

0 commit comments

Comments
 (0)