Remove double negation in configuration option names #2515
Labels
configuration
An issue/PR related to Dokka's configuration by the user
enhancement
An issue for a feature or an overall improvement
runner: gradle plugin v2
Issues fixed by Dokka Gradle Plugin v2 - see https://github.com/Kotlin/dokka/issues/3131
runner: Gradle plugin
An issue/PR related to Dokka's Gradle plugin
tech-debt
A technical issue that is not observable by the users, but improves maintainers quality of life
Milestone
Created this issue as discussed in #2513.
It would be great if the methods in Dokka Gradle plugin were converted to properties and also avoided double negative names.
So, for instance,
noAndroidSdkLink.set(false)
can be renamed to something likeuseAndroidSdkLink = true
orisAndroidSdkLinkEnabled = true
orenableAndroidSdkLink = true
or similar.As an example, here is some of Android Gradle Plugin (AGP) properties which were renamed in its recent versions:
Are you willing to provide a PR?
Maybe (depends on if the maintainers want it and if I can).
The text was updated successfully, but these errors were encountered: