-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Temporary fix for Kotlin ABI Validation #4503
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
Conversation
Relates to KT-68597, KT-75144
Until task KQA-2211 is done
The change is only required for the kotlin-community branch, let's merge (and later revert it) there. |
kotlin-community/dev is very outdated, and develop was used to run tests |
@shanshin, it's The branch in question was |
Artifact org.jetbrains.intellij.deps:asm-all is published only in Intellij Deps repository. Since the checkLegacyAbi and updateLegacyAbi updateLegacyAbi require this dependency since Kotlin 2.3. This is temporary fix until https://jetbrains.team/p/kt/reviews/23039/timeline is merged
a421457
to
b58a2cc
Compare
I pushed the commit to community branch with rebase |
Artifact org.jetbrains.intellij.deps:asm-all is published only in Intellij Deps repository, checkLegacyAbi and updateLegacyAbi require this dependency since Kotlin 2.3.
This is temporary fix until https://jetbrains.team/p/kt/reviews/23039/timeline is merged