-
Notifications
You must be signed in to change notification settings - Fork 101
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
Update Kotlin to 1.9.10 #309
Conversation
There's no YT ticket for error-deprecating and/or removing legacy JS backend, so I'm linking the next closest thing.
* The were promoted to ERROR-level opt-ins since 1.9.0
@@ -88,7 +88,7 @@ kotlin { | |||
|
|||
} | |||
|
|||
js { | |||
js(IR) { |
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.
@FenstonSingel can I ask why you specified IR explicitly? Isn't the default IR now?
Just curious as in my libraries I'm now omitting it.
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.
Yes, it shouldn't be needed. Instead, the gradle property kotlin.js.compiler=both
should be removed.
@ilya-g PTAL |
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.
Should it be regenerated after removal?
Obsoleted by #318 |
No description provided.