kotlin-compiler-server icon indicating copy to clipboard operation
kotlin-compiler-server copied to clipboard

Initial support for Swift export

Open sbogolepov opened this issue 1 year ago • 5 comments

Some notes:

  • We re-use Kotlin/Wasm stdlib klib to avoid downloading huge Kotlin/Native distribution. Should be fine as for now, Swift export supports a limited set of declarations from stdlib.
  • Re-use existing endpoints for js/wasm translation.
  • All Analysis API & Swift export dependencies are hidden in a separate module to avoid cluttering the main build.gradle.kts.

There might be bugs. We will squash them as soon as possible :)

sbogolepov avatar Apr 19 '24 16:04 sbogolepov

DO NOT MERGE IT. The Swift export works on RC2.

nikpachoo avatar May 17 '24 12:05 nikpachoo

A note for the devs: in prod, we use "swift-export-v1" branch

nikpachoo avatar May 17 '24 14:05 nikpachoo

Are there any updates?

zhelenskiy avatar Jun 24 '24 15:06 zhelenskiy