Honor effective Gradle Isolated Projects flags in KSP source wiring - #3189
Honor effective Gradle Isolated Projects flags in KSP source wiring#3189gregjotau wants to merge 1 commit into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
The current property-only check does not see Before the implementation change, the focused tests reproduced both wrong values: the CLI enable test returned false and the CLI disable-over-property test returned true. With the change, all six tests pass, with no skips:
Validation (JDK 17): The changed Kotlin files also pass ktfmt 0.63 with the repository's kotlinlang style. Tests consume the build's test Maven publications, using the real plugin classpath and no TestKit classloader injection. No repository-wide test claim is made. This patch and its tests were substantially prepared and tested with Codex. The draft is available for human review; any required contributor agreement must be completed by the contributor, not the agent. |
|
@Mon322812 Can you just open this and get it merged, I dont care about contribution here and the CLA. I just want it fixed :) |
fix #3188