Skip to content

Adopt Kotlin/JS for 1.4-M2 #2060

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

Merged
merged 4 commits into from
May 28, 2020
Merged

Adopt Kotlin/JS for 1.4-M2 #2060

merged 4 commits into from
May 28, 2020

Conversation

ilgonmic
Copy link
Contributor

  • Migrate names to 1.4-M2 in both mode with compatibility with 1.3.7x versions

if (it.hasProperty("moduleName")) {
moduleName = project.name
}
if (it.hasProperty("irTarget") && it.irTarget != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when writing non-trivial construct please drop a comment why it is needed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ilgonmic ilgonmic requested a review from qwwdfsad May 28, 2020 10:15
@qwwdfsad qwwdfsad merged commit 6391089 into develop May 28, 2020
@qwwdfsad qwwdfsad deleted the ilgonmic/1.4-m2 branch May 28, 2020 14:58
recheej pushed a commit to recheej/kotlinx.coroutines that referenced this pull request Dec 28, 2020
* Prepare for 1.4-M2 Kotlin/JS
* Compatibility with 1.3.70
* Fix check for irTarget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants