Document hackaround for project.settings#165
Conversation
There was a problem hiding this comment.
💡 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> |
There was a problem hiding this comment.
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 👍 / 👎.
This PR documents the
Project.settingsextension property giving the link to the GitHub issue which covers the hackaround with accessingSettingsInternal.