-
Notifications
You must be signed in to change notification settings - Fork 88
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 plugin kotlin-multiplatform to v1.6.20 #296
Conversation
Note to self: prior to merge, test compilation on Apple silicon. |
8d15f36
to
9f94450
Compare
# https://kotlinlang.org/docs/mpp-share-on-platforms.html | ||
kotlin.mpp.enableGranularSourceSetsMetadata=true | ||
kotlin.native.enableDependencyPropagation=false |
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.
These removed options are deprecated in Kotlin 1.6.20 per release announcement.
// Workaround for https://youtrack.jetbrains.com/issue/KT-49109 that allows building on Apple Silicon | ||
// This should no longer be needed with Kotlin version 1.6.20 | ||
rootProject.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin> { | ||
rootProject.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension>().nodeVersion = "16.0.0" | ||
} |
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.
Node.js 16.x.x should be default for Kotlin 1.6.20, so this workaround should no longer be needed.
@QuantumRand can you confirm that this builds on Apple silicon?
|
No issues building on M1 🚀 |
This PR contains the following updates:
1.6.10
->1.6.20
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.