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

Migrate to newer kotlin-metadata-jvm #241

Open
sandwwraith opened this issue Jun 19, 2024 · 1 comment
Open

Migrate to newer kotlin-metadata-jvm #241

sandwwraith opened this issue Jun 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@sandwwraith
Copy link
Member

Currently (

kotlinx-metadata = { module = "org.jetbrains.kotlinx:kotlinx-metadata-jvm", version = "0.6.2" }
) BCV uses kotlinx-metadata-jvm 0.6.2. This version uses some obsolete APIs, and it is recommended to migrate to the latest stable version with a different package. Moreover, it is required to be able to read Kotlin 2.1 language version (to which master branch of Kotlin will be switched soon).

Changleg and migration guide are available here:
https://github.com/JetBrains/kotlin/blob/75c87dd8585147b4abab2ac262fac84a037f07be/libraries/kotlinx-metadata/jvm/Migration.md#L1
https://github.com/JetBrains/kotlin/blob/75c87dd8585147b4abab2ac262fac84a037f07be/libraries/kotlinx-metadata/jvm/ChangeLog.md

@fzhinkin fzhinkin added the enhancement New feature or request label Jun 21, 2024
@fzhinkin
Copy link
Collaborator

fzhinkin commented Jul 2, 2024

It's relatively easy to update the code (see update-metadata-lib branch), but kotlin-metadata-jvm:2.0.0 will bring transitive dependency on stdlib:2.0.0, so #208 needs to be done first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants