Skip to content
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

K1 dev warning as errors cherry-pick #2950

Merged
merged 9 commits into from
Mar 21, 2025

Conversation

Tapchicoma
Copy link
Contributor

No description provided.

…cripts (#2925)

* Fix deprecated URL constructor usage in build scripts.

* Enable warnings-as-errors for build scripts

This should force to update build scripts on any new deprecation introduced in the used plugins.

* Fix deprecation waring in teamcity-conventions.gradle.kts

* Suppress deprecation in native-targets-conventions.gradle.kts

* Use proper OptIn annotation in source-sets-conventions.gradle.kts

* Fix deprecation warnings in Java9Modularity.kt

* Suppress deprecation introduced in Kotlin 2.1.20 release.

Should be migrated once this project will start using Kotlin 2.1.20 by default.

* Enable warnings-as-errors for build logic compilation

This should force to update scripts on new deprecation introduced in the plugins.

* Enable warnings-as-errors for integration-tests project build scripts

* Remove deprecated 'kotlin.js.compiler' property

Only IR compiler available now.
@Tapchicoma Tapchicoma requested a review from woainikk March 12, 2025 09:06
Abduqodiri Qurbonzoda and others added 4 commits March 19, 2025 17:11
The legacy memory model was removed from the K/N runtime in 1.9.20.
Now, this function does nothing, and its usages can be safely dropped.

Worker.execute functions no longer require the argument to be frozen,
as objects can no longer be frozen.
This allows propagating it to all sourcesets including shared one.
@woainikk woainikk merged commit ae357a9 into kotlin-community/k1/dev Mar 21, 2025
4 checks passed
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