From ff0ac6b96b502cf8093fbe7e45f3edf60d9122cc Mon Sep 17 00:00:00 2001 From: Kevin Galligan Date: Tue, 5 Sep 2023 15:35:22 -0400 Subject: [PATCH] README updates --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f123db44..41007cb26 100644 --- a/README.md +++ b/README.md @@ -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`. \ No newline at end of file +Read our [open source announcement](https://touchlab.co/skie-is-open-source)1