Cherry-pick fix for IntelliJCoroutines#2843
Merged
Merged
Conversation
d9399dc to
575b8e0
Compare
f26598d to
2ed1043
Compare
Contributor
|
Please revert all runtime dependencies to the coroutine library from intellij's fork to the standard one. Don't forget this on-demand dependency: #2809 (comment) |
Rewrites class files from IntelliJ dependencies to reference the facade.
2ed1043 to
be79496
Compare
This reverts commit 1eb7c17.
be79496 to
6a234c0
Compare
ting-yuan
suggested changes
Mar 25, 2026
78ea211 to
561a28d
Compare
561a28d to
1daf39f
Compare
ting-yuan
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of JetBrains/intellij-community@44959e7 but sets the default value to
falseforcanUseIntelliJCoroutinesinIntelliJCoroutinesFacade. I have checked withjavapthat call site(s) are correctly update in dependencies declared with theintellijOriginalconfiguration in Gradle.Fixes #2856
Fixes #2825