-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial support for Swift export #723
base: master
Are you sure you want to change the base?
Conversation
0641af2
to
9a58408
Compare
21f01d3
to
a49ae3d
Compare
DO NOT MERGE IT. |
A note for the devs: in prod, we use "swift-export-v1" branch |
SirAsSwiftSourcesPrinter.print( | ||
sirModule, | ||
stableDeclarationsOrder = true, | ||
renderDocComments = true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be false - we do not support them currently, see KT-68744 for more information.
Are there any updates? |
9dbe660
to
acd57be
Compare
@sbogolepov, could you please rebase you changes on the master? |
Minor hack: use wasm stdlib to avoid downloading the whole K/N distribution
acd57be
to
39e8501
Compare
Sure, done. Now that we have a proper publishing of Swift export artifacts the dependency hell is gone, and everything looks more or less clean. |
Some notes:
build.gradle.kts
.There might be bugs. We will squash them as soon as possible :)