Skip to content

Conversation

@omarismail94
Copy link
Collaborator

Lowering the bundled stdlib version via coreLibrariesVersion. This prevents forcing a stdlib upgrade on our users. We:

  • Set Kotlin API and language versions to 2.0.
  • Explicitly set coreLibrariesVersion to 2.0.21 to maximize compatibility.
  • Force JS and Wasm stdlib dependencies to match the toolchain version as work-around for KT-71032

TESTED: ./gradlew clean check . I also published to local repository and checked the .module files for the artifacts and the kotlin-stdlib was correctly set to 2.0.21

Lowering the bundled stdlib version via coreLibrariesVersion. This prevents forcing a stdlib upgrade on our users. We:
* Set Kotlin API and language versions to 2.0.
* Explicitly set `coreLibrariesVersion` to 2.0.21 to maximize compatibility.
* Force JS and Wasm stdlib dependencies to match the toolchain version as work-around for KT-71032

TESTED: ./gradlew clean check . I also published to local repository and checked the .module files
for the artifacts and the kotlin-stdlib was correctly set to 2.0.21
@omarismail94 omarismail94 merged commit b5dfc10 into square:master Jan 26, 2026
9 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