Skip to content

Commit ff0ac6b

Browse files
committed
README updates
1 parent f6ba2e7 commit ff0ac6b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
![SKIE](skie-header.jpg)
44

5-
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.
5+
SKIE - Swift Kotlin Interface Enhancer
6+
7+
SKIE is a tool for Kotlin Multiplatform development that enhances the Swift API published from Kotlin.
68

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

9-
## Acknowledgements
11+
## Open Source Announcement
1012

11-
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`.
13+
Read our [open source announcement](https://touchlab.co/skie-is-open-source)1

0 commit comments

Comments
 (0)