Skip to content

Document hackaround for project.settings#165

Merged
alexander-yevsyukov merged 3 commits intomasterfrom
document-hackaround-for-settings
Feb 23, 2026
Merged

Document hackaround for project.settings#165
alexander-yevsyukov merged 3 commits intomasterfrom
document-hackaround-for-settings

Conversation

@alexander-yevsyukov
Copy link
Contributor

This PR documents the Project.settings extension property giving the link to the GitHub issue which covers the hackaround with accessing SettingsInternal.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6855056f24

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-build-tools-impl</artifactId>
<version>2.2.21</version>
<version>null</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore concrete version for kotlin-build-tools-impl

This commit changes the dependency entry for org.jetbrains.kotlin:kotlin-build-tools-impl to <version>null</version>, which turns the version into a literal string rather than a resolvable artifact version. Any tooling that consumes this generated dependency manifest (for example, scripts or scanners that resolve listed GAVs) will now produce incorrect results or fail on this coordinate; the previous value (2.2.21) did not have this problem.

Useful? React with 👍 / 👎.

@alexander-yevsyukov alexander-yevsyukov merged commit 124feb4 into master Feb 23, 2026
6 checks passed
@alexander-yevsyukov alexander-yevsyukov deleted the document-hackaround-for-settings branch February 23, 2026 16:58
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