-
Notifications
You must be signed in to change notification settings - Fork 507
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
Simple property assignments in KTS #2123
Conversation
states:
I have some doubts whether we already should try this out in our build or that we should wait until the stable release. Is there a pressing need, not to wait? |
Either way, I also filed it to detekt/detekt#6251. |
Marked as draft until Gradle 8.3 is released. |
In Gradle 8.3, this feature is still marked as unstable. |
Yeah. |
# Conflicts: # build-logic/src/main/kotlin/ktlint-kotlin-common.gradle.kts
Some of this feature had been used in
Maybe it's time to land this. |
It's stable after #2294 merged. |
Description
Follow up #2105.
https://blog.gradle.org/simpler-kotlin-dsl-property-assignment
Checklist
Before submitting the PR, please check following (checks which are not relevant may be ignored):
Closes #<xxx>
orFixes #<xxx>
(replace<xxx>
with issue number)CHANGELOG.md
is updatedDocumentation is updated. See difference between snapshot and release documentation