Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Sep 5, 2023
1 parent f6ba2e7 commit ff0ac6b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

![SKIE](skie-header.jpg)

Skie is a compiler plugin that generates Swift wrappers of the Objective-C headers generated by the Kotlin compiler. Its goal is to improve interoperability between Kotlin and Swift by recreating features supported by both languages, but lost in the translation from Kotlin to Objective-C to Swift.
SKIE - Swift Kotlin Interface Enhancer

SKIE is a tool for Kotlin Multiplatform development that enhances the Swift API published from Kotlin.

See [the documentation website](https://skie.touchlab.co/intro) for more info.

## Acknowledgements
## Open Source Announcement

The Kotlin compiler plugin module uses SwiftPoet from Outfox, Inc. to generate Swift code. Due to some changes we had to do, we included the source code in `SKIE/compiler/kotlin-plugin/src/kgp_common/kotlin/io/outfoxx/swiftpoet`.
Read our [open source announcement](https://touchlab.co/skie-is-open-source)1

0 comments on commit ff0ac6b

Please sign in to comment.