Hi <@UBU9TA6ET>, thank you for the Swift Export up...
# swift-export
p
Hi @sergey.bogolepov, thank you for the Swift Export update... the focus on improving dev experience and KMP adoption is very much appreciated! Question: Do you know if there is a similar initiative at JetBrains on the Windows/C#/.NET side of things? I just started to read the docs on Swift Export Architecture and Analysis API, and I imagine a similar pattern could be used to export a .NET Assembly, perhaps using mono/CppSharp and C++/CLI to help with bridging.
s
Hi! There are no such plans.
p
Understandable, thank you! I may try to experiment with a C++/CLI solution on my own. Regarding the "small C-compatible layer" mentioned in "Compiler bridges" docs, could you point me to where this is done in your Swift Export code?
s
https://github.com/JetBrains/kotlin/tree/master/native/swift/sir-compiler-bridge Please note that this is implementation detail at the moment, everything could change at any moment, yada yada :)
thank you color 1