Skip to content

Commit 9e05c50

Browse files
committed
Add link to Swift export feature state table in README
1 parent 961ac90 commit 9e05c50

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://docs.google.com/spreadsheets/d/157wQt05ZyaJAP_P1wigXDs6nW9q7clqbpIDAfMrFhOg">here.</a></td></tr></table>
2121

2222
## How to use
2323
### Interopedia

0 commit comments

Comments
 (0)