Move kotlin-analysis-api IntelliJ platform dependencies to the version catalog - #3105
Open
KlyneChrysler wants to merge 2 commits into
Open
Move kotlin-analysis-api IntelliJ platform dependencies to the version catalog#3105KlyneChrysler wants to merge 2 commits into
KlyneChrysler wants to merge 2 commits into
Conversation
…n catalog First slice of the inline versions remaining for google#2968: jna, jna-platform, trove4j, log4j, and jdom, all from org.jetbrains.intellij.deps. The jna artifacts share one version, and jnaPlatform uses the camelCase leaf so no asProvider is needed.
KlyneChrysler
requested review from
hfmehmed,
jaschdoc and
troelsbjerre
as code owners
July 30, 2026 11:35
hfmehmed
approved these changes
Aug 3, 2026
Collaborator
|
@KlyneChrysler, if you can avoid rebasing or merging |
jaschdoc
approved these changes
Aug 3, 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.
First slice of the inline build file versions remaining for #2968, continuing from #3102.
Five org.jetbrains.intellij.deps artifacts move from hardcoded versions to catalog accessors: jna, jna-platform, trove4j, log4j in the originalLog4j configuration, and jdom. The two jna artifacts share one version entry, and the jnaPlatform alias uses the camelCase leaf so no asProvider is needed, per the earlier reviews.
Verified that resolution is unchanged: ./gradlew :kotlin-analysis-api:dependencies output for the compile, runtime, and originalLog4j configurations is identical before and after this commit, 165 lines compared. :kotlin-analysis-api:compileKotlin passes.