From 9e05c50c45a356cc94fc1166b0129192f8e8b5c1 Mon Sep 17 00:00:00 2001 From: pahill Date: Fri, 22 Aug 2025 14:26:04 +0200 Subject: [PATCH 1/2] Add link to Swift export feature state table in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dba5d32..97a7f05 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The Kotlin/Native compiler generates Objective-C headers, which Swift code can i
  • Some features don’t work
  • -
    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.
    +
    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 here.
    ## How to use ### Interopedia From be7cf60d420e83a6d21fbe12243c6de1d3691048 Mon Sep 17 00:00:00 2001 From: Pamela Hill Date: Fri, 22 Aug 2025 14:38:47 +0200 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Márton Braun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97a7f05..fbe8840 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The Kotlin/Native compiler generates Objective-C headers, which Swift code can i
  • Some features don’t work
  • -
    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 here.
    +
    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 here.
    ## How to use ### Interopedia