-
Notifications
You must be signed in to change notification settings - Fork 364
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
Enhancing main entry point convention #158
Comments
from
If there isn't a typealias for |
@Dico200 In 1.3 (since RC) it will be renamed to |
@dzharkov Wow, that's a step! Is there any info about this step somewhere!? I'm just interested in the topic after I followed the discussion about the naming of SuccessOrFailure/Result. |
@hannespernpeintner
Please watch updates in the corresponding KEEP. It will be updated: #127 |
If there are problems with suspend implementation on Kotlin Native, maybe we could support at least part of new convention: omit args from main function |
@dzharkov So as far as I understand it, it's a change you intend to make - which has yet to be mentioned in the KEEP. |
I think at some point they will be supported |
Finally, it's here |
Implemented in 1.3 |
Proposal: https://github.com/Kotlin/KEEP/blob/enhancing-main-convention/proposals/enhancing-main-convention.md
PR for comments: #157
The text was updated successfully, but these errors were encountered: