-
Notifications
You must be signed in to change notification settings - Fork 366
Replace usages of findProperty #2034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
`findProperty` is not compatible with project isolation. The new `providers.gradleProperty` is however. This partially fixes google#1752
22b5b8b to
d3de64c
Compare
|
I'd like to request that this be either reverted or expose another way to enable/disable KSP2 per-project or per-task. With this change, it can only be enabled/disabled globally because |
With the change in google#2034 a side effect was that KSP2 had to be enabled per Gradle project, not per module. With this change a DSL property has been added to handle this.
|
@ZacSweers Fix in #2089 |
With the change in google#2034 a side effect was that KSP2 had to be enabled per Gradle project, not per module. With this change a DSL property has been added to handle this.
With the change in google#2034 a side effect was that KSP2 had to be enabled per Gradle project, not per module. With this change a DSL property has been added to handle this.
With the change in google#2034 a side effect was that KSP2 had to be enabled per Gradle project, not per module. With this change a DSL property has been added to handle this.
With the change in #2034 a side effect was that KSP2 had to be enabled per Gradle project, not per module. With this change a DSL property has been added to handle this.
Monday1908
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API29
findPropertyis not compatible with project isolation. The newproviders.gradlePropertyis however.This partially fixes #1752